Package repast.simphony.userpanel.ui
Class UserPanelActionEditorCreator
java.lang.Object
repast.simphony.userpanel.ui.UserPanelActionEditorCreator
- All Implemented Interfaces:
ActionEditorCreator<DefaultUserPanelDescriptorAction>
public class UserPanelActionEditorCreator
extends Object
implements ActionEditorCreator<DefaultUserPanelDescriptorAction>
-
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
-
UserPanelActionEditorCreator
public UserPanelActionEditorCreator()
-
-
Method Details
-
createEditor
Description copied from interface:ActionEditorCreatorCreates an editor for the specfied action.- Specified by:
createEditorin interfaceActionEditorCreator<DefaultUserPanelDescriptorAction>- 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<DefaultUserPanelDescriptorAction>- Returns:
- the Class of the ControllerAction for which this creates an editor.
-