Package repast.simphony.freezedry.gui
Class FreezerActionUI
java.lang.Object
repast.simphony.ui.DefaultActionUI
repast.simphony.freezedry.gui.FreezerActionUI
- All Implemented Interfaces:
ActionUI
- Direct Known Subclasses:
DFFreezerActionUI
,JDBCFreezerActionEditorCreator.JDBCFreezerActionUI
-
Constructor Summary
ConstructorDescriptionFreezerActionUI
(FreezerControllerAction action, FreezeDryWizardOption option, String title) -
Method Summary
Modifier and TypeMethodDescriptionGets the Editor (an editor panel) for editing an action.Methods inherited from class repast.simphony.ui.DefaultActionUI
getLabel, getPopupMenu
-
Constructor Details
-
FreezerActionUI
-
-
Method Details
-
getEditor
Description copied from interface:ActionUI
Gets the Editor (an editor panel) for editing an action.- Specified by:
getEditor
in interfaceActionUI
- Overrides:
getEditor
in classDefaultActionUI
- Parameters:
evt
- the ScenarioTreeEvent that triggered this method call.- Returns:
- the Editor (an editor panel) for editing an action.
-