Package repast.simphony.chart2.gui
Class TimeSeriesActionEditorCreator
java.lang.Object
repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<TimeSeriesComponentControllerAction>
public class TimeSeriesActionEditorCreator
extends Object
implements ActionEditorCreator<TimeSeriesComponentControllerAction>
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates an editor for the specfied action.Class<?>
Gets the Class of the ControllerAction for which this creates an editor.
-
Constructor Details
-
TimeSeriesActionEditorCreator
public TimeSeriesActionEditorCreator()
-
-
Method Details
-
createEditor
Creates an editor for the specfied action.- Specified by:
createEditor
in interfaceActionEditorCreator<TimeSeriesComponentControllerAction>
- Parameters:
action
- the action to create the editor for- Returns:
- an editor for the specified action.
-
getActionType
Description copied from interface:ActionEditorCreator
Gets the Class of the ControllerAction for which this creates an editor.- Specified by:
getActionType
in interfaceActionEditorCreator<TimeSeriesComponentControllerAction>
- Returns:
- the Class of the ControllerAction for which this creates an editor.
-