Package repast.simphony.ui
Class DescriptorActionUI<T extends Descriptor>
java.lang.Object
repast.simphony.ui.DescriptorActionUI<T>
- All Implemented Interfaces:
ActionUI
- Direct Known Subclasses:
ConsoleSinkActionUI,DataSetActionUI,FileSinkActionUI,HistogramActionUI,SchedulableActionActionUI,TimeSeriesActionUI
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:27:26 $
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns null indicating the this is not editable, or has nothing interesting to display.getLabel()Gets JPopupMenu to attach to the tree entry for an action.
-
Constructor Details
-
DescriptorActionUI
-
-
Method Details
-
getLabel
-
getEditor
Returns null indicating the this is not editable, or has nothing interesting to display. -
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.
-