|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ActionRepositoryItem | |
| com.tensegrity.gui.swing.repository | The repository package contains classes for the creation of a repository control. |
| com.tensegrity.skeleton.swing.launch | This package contains all (mainly swing based) LaunchTask implementations used by the SwingApplicationFrame. |
| Uses of ActionRepositoryItem in com.tensegrity.gui.swing.repository |
| Methods in com.tensegrity.gui.swing.repository with parameters of type ActionRepositoryItem | |
void |
ActionRepositoryItem.ClickActionProvider.leftClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
Called whenever a user clicks on an item using the left mouse button. |
void |
ActionRepositoryItem.ClickActionProvider.rightClicked(ActionRepositoryItem item,
java.awt.event.MouseEvent e)
Called whenever a user clicks on an item using the right mouse button. |
boolean |
ActionRepositoryItem.ClickActionProvider.actionEnabled(ActionRepositoryItem item)
Subclasses can override this to disable the item according to the state of the application, document, etc. |
| Uses of ActionRepositoryItem in com.tensegrity.skeleton.swing.launch |
| Methods in com.tensegrity.skeleton.swing.launch that return ActionRepositoryItem | |
protected ActionRepositoryItem[][] |
LayoutToolsLaunchTask.getRepositoryItems()
This method returns a list of ActionRepositoryItem lists. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||