Package repast.simphony.dataLoader.ui
Class MIContextXMLLoaderActionEditorCreator
java.lang.Object
repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<MIContextXMLDataLoaderAction>
public class MIContextXMLLoaderActionEditorCreator
extends Object
implements ActionEditorCreator<MIContextXMLDataLoaderAction>
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
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
-
MIContextXMLLoaderActionEditorCreator
public MIContextXMLLoaderActionEditorCreator()
-
-
Method Details
-
createEditor
Creates an editor for the specfied action.- Specified by:
createEditorin interfaceActionEditorCreator<MIContextXMLDataLoaderAction>- Parameters:
action- the action to create the editor for- Returns:
- an editor for the specified action.
-
getActionType
Description copied from interface:ActionEditorCreatorGets the Class of the ControllerAction for which this creates an editor.- Specified by:
getActionTypein interfaceActionEditorCreator<MIContextXMLDataLoaderAction>- Returns:
- the Class of the ControllerAction for which this creates an editor.
-