Package repast.simphony.dataLoader.gui
Class JDBCDataLoaderActionEditorCreator
java.lang.Object
repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<JDBCDataLoaderControllerAction>
public class JDBCDataLoaderActionEditorCreator
extends Object
implements ActionEditorCreator<JDBCDataLoaderControllerAction>
- Author:
- Nick Collier
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
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
-
JDBCDataLoaderActionEditorCreator
public JDBCDataLoaderActionEditorCreator()
-
-
Method Details
-
createEditor
Creates an editor for the specfied action.- Specified by:
createEditor
in interfaceActionEditorCreator<JDBCDataLoaderControllerAction>
- 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<JDBCDataLoaderControllerAction>
- Returns:
- the Class of the ControllerAction for which this creates an editor.
-