Package repast.simphony.ui
Class DefaultActionUI
java.lang.Object
repast.simphony.ui.DefaultActionUI
- All Implemented Interfaces:
ActionUI
- Direct Known Subclasses:
DataLoaderActionUI
,FreezerActionUI
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the Editor (an editor panel) for editing an action.getLabel()
Gets JPopupMenu to attach to the tree entry for an action.
-
Constructor Details
-
DefaultActionUI
-
-
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.
-