Package repast.simphony.data2.gui
Class ConsoleSinkActionUI
java.lang.Object
repast.simphony.ui.DescriptorActionUI<ConsoleSinkDescriptor>
repast.simphony.data2.gui.ConsoleSinkActionUI
- All Implemented Interfaces:
ActionUI
Provides the scenario tree user inteface for console sink 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
-
ConsoleSinkActionUI
-
-
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<ConsoleSinkDescriptor>
- Parameters:
evt
- the ScenarioTreeEvent that triggered this method call.- Returns:
- null indicating the this is not editable, or has nothing interesting to display
-