Package repast.simphony.userpanel.ui
Class UserPanelActionUI
java.lang.Object
repast.simphony.userpanel.ui.UserPanelActionUI
- All Implemented Interfaces:
ActionUI
-
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
-
UserPanelActionUI
-
-
Method Details
-
getEditor
Description copied from interface:ActionUI
Gets the Editor (an editor panel) for editing an action. -
getLabel
-
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.
-