Package repast.simphony.ui.plugin
Class ParentActionUI
java.lang.Object
repast.simphony.ui.plugin.ParentActionUI
- All Implemented Interfaces:
ActionUI
Default user interfaces for composite or parent actions.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/09 15:55:03 $
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Gets the Editor (an editor panel) for editing an action.getLabel()
Gets JPopupMenu to attach to the tree entry for an action.
-
Constructor Details
-
ParentActionUI
-
-
Method Details
-
getLabel
-
getEditor
Description copied from interface:ActionUI
Gets the Editor (an editor panel) for editing an action. -
getPopupMenu
Description copied from interface:ActionUI
Gets JPopupMenu to attach to the tree entry for an action. This may return null for no popup.- Specified by:
getPopupMenu
in interfaceActionUI
- Returns:
- JPopupMenu to attach to the tree entry for an action. This may return null for no popup.
-
addEditorMenuItem
-