Package repast.simphony.data2.gui
Class DataSetActionUI
- All Implemented Interfaces:
ActionUI
Provides the scenario tree user inteface for data set editing.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns null indicating the this is not editable, or has nothing interesting to display.Methods inherited from class repast.simphony.ui.DescriptorActionUI
getLabel, getPopupMenu
-
Constructor Details
-
DataSetActionUI
-
-
Method Details
-
getEditor
Description copied from class:DescriptorActionUI
Returns null indicating the this is not editable, or has nothing interesting to display.- Specified by:
getEditor
in interfaceActionUI
- Overrides:
getEditor
in classDescriptorActionUI<DataSetDescriptor>
- Parameters:
evt
- the ScenarioTreeEvent that triggered this method call.- Returns:
- null indicating the this is not editable, or has nothing interesting to display
-