Package repast.simphony.userpanel.ui
Class UserPanelEditor
java.lang.Object
repast.simphony.userpanel.ui.UserPanelEditor
- All Implemented Interfaces:
Editor
Adaptor for UserPanelEditorWizard to Editor interface.
- Author:
- jozik
-
Constructor Summary
ConstructorDescriptionUserPanelEditor
(UserPanelEditorWizard wizard, ScenarioTreeEvent evt, DefaultUserPanelDescriptorAction action) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Display this Editor with the specified component as a parent.void
Display this Editor with the specified component as a parent.boolean
-
Constructor Details
-
UserPanelEditor
public UserPanelEditor(UserPanelEditorWizard wizard, ScenarioTreeEvent evt, DefaultUserPanelDescriptorAction action)
-
-
Method Details
-
display
Description copied from interface:Editor
Display this Editor with the specified component as a parent. The resulting display should be modal. -
display
Description copied from interface:Editor
Display this Editor with the specified component as a parent. The resulting display should be modal. -
wasCanceled
public boolean wasCanceled()- Specified by:
wasCanceled
in interfaceEditor
- Returns:
- true if the editing was canceled, otherwise false.
-