Class DisplayActionEditorCreator
java.lang.Object
repast.simphony.visualization.gui.DisplayActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<DisplayComponentControllerAction>
public class DisplayActionEditorCreator
extends Object
implements ActionEditorCreator<DisplayComponentControllerAction>
Creates a DisplayActionUI for editing display component actions.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:35:19 $
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates an editor for the specfied action.Gets the Class of the ControllerAction for which this creates an editor.
-
Constructor Details
-
DisplayActionEditorCreator
public DisplayActionEditorCreator()
-
-
Method Details
-
getActionType
Description copied from interface:ActionEditorCreator
Gets the Class of the ControllerAction for which this creates an editor.- Specified by:
getActionType
in interfaceActionEditorCreator<DisplayComponentControllerAction>
- Returns:
- the Class of the ControllerAction for which this creates an editor.
-
createEditor
Description copied from interface:ActionEditorCreator
Creates an editor for the specfied action.- Specified by:
createEditor
in interfaceActionEditorCreator<DisplayComponentControllerAction>
- Parameters:
action
- the action to create the editor for- Returns:
- an editor for the specified action.
-