|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.repository.ActionRepositoryItem.ClickActionProvider
ActionRepositoryItemClickActionProvider
| Constructor Summary | |
ActionRepositoryItem.ClickActionProvider()
|
|
| Method Summary | |
boolean |
actionEnabled(ActionRepositoryItem item)
Subclasses can override this to disable the item according to the state of the application, document, etc. |
void |
leftClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
Called whenever a user clicks on an item using the left mouse button. |
void |
rightClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
Called whenever a user clicks on an item using the right mouse button. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionRepositoryItem.ClickActionProvider()
| Method Detail |
public void leftClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
item - The item that has been clicked one - The mouseevent representing the click
public void rightClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
item - The item that has been clicked one - The mouseevent representing the clickpublic boolean actionEnabled(ActionRepositoryItem item)
item - The item that should be checked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||