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