Package repast.simphony.freezedry.gui
Class JDBCFreezerActionEditorCreator
java.lang.Object
repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<JDBCFreezerControllerAction>
public class JDBCFreezerActionEditorCreator
extends Object
implements ActionEditorCreator<JDBCFreezerControllerAction>
- Author:
- Jerry Vos
-
Nested Class Summary
-
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
-
JDBCFreezerActionEditorCreator
public JDBCFreezerActionEditorCreator()
-
-
Method Details
-
createEditor
Creates an editor for the specfied action.- Specified by:
createEditor
in interfaceActionEditorCreator<JDBCFreezerControllerAction>
- 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<JDBCFreezerControllerAction>
- Returns:
- the Class of the ControllerAction for which this creates an editor.
-