Package repast.simphony.dataLoader.ui
Class CNDataLoaderActionEditorCreator
java.lang.Object
repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<ClassNameDataLoaderAction>
public class CNDataLoaderActionEditorCreator
extends Object
implements ActionEditorCreator<ClassNameDataLoaderAction>
- Version:
- $Revision: 1.1 $ $Date: 2006/01/10 17:02:31 $
- 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
-
CNDataLoaderActionEditorCreator
public CNDataLoaderActionEditorCreator()
-
-
Method Details
-
createEditor
Description copied from interface:ActionEditorCreator
Creates an editor for the specfied action.- Specified by:
createEditor
in interfaceActionEditorCreator<ClassNameDataLoaderAction>
- 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<ClassNameDataLoaderAction>
- Returns:
- the Class of the ControllerAction for which this creates an editor.
-