Package repast.simphony.data2.gui
Class FileSinkActionUI
java.lang.Object
repast.simphony.ui.DescriptorActionUI<FileSinkDescriptor>
repast.simphony.data2.gui.FileSinkActionUI
- 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
-
FileSinkActionUI
-
-
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<FileSinkDescriptor>
- Parameters:
evt
- the ScenarioTreeEvent that triggered this method call.- Returns:
- null indicating the this is not editable, or has nothing interesting to display
-