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
Constructors -
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:ActionUIGets the Editor (an editor panel) for editing an action. -
getPopupMenu
Description copied from interface:ActionUIGets JPopupMenu to attach to the tree entry for an action. This may return null for no popup.- Specified by:
getPopupMenuin interfaceActionUI- Returns:
- JPopupMenu to attach to the tree entry for an action. This may return null for no popup.
-