Package repast.simphony.dataLoader.ui
Class CNDataLoaderActionUI
java.lang.Object
repast.simphony.dataLoader.ui.CNDataLoaderActionUI
- All Implemented Interfaces:
ActionUI
ActionUI for working with the class name data loader action.
- Version:
- $Revision$ $Date$
- 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
-
CNDataLoaderActionUI
-
-
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.
-