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
Constructors -
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:ActionEditorCreatorGets the Class of the ControllerAction for which this creates an editor.- Specified by:
getActionTypein interfaceActionEditorCreator<DisplayComponentControllerAction>- Returns:
- the Class of the ControllerAction for which this creates an editor.
-
createEditor
Description copied from interface:ActionEditorCreatorCreates an editor for the specfied action.- Specified by:
createEditorin interfaceActionEditorCreator<DisplayComponentControllerAction>- Parameters:
action- the action to create the editor for- Returns:
- an editor for the specified action.
-