Class DisplayActionUI
java.lang.Object
repast.simphony.visualization.gui.DisplayActionUI
- All Implemented Interfaces:
ActionUI
Editor for editing individual component display actions.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:35:19 $
- 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
-
DisplayActionUI
-
-
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.
-