Class AbstractWizardActionUI<T extends ControllerAction>

java.lang.Object
repast.simphony.ui.plugin.editor.AbstractWizardActionUI<T>
All Implemented Interfaces:
ActionUI
Direct Known Subclasses:
AbstractDescriptorWizardActionUI

public abstract class AbstractWizardActionUI<T extends ControllerAction> extends Object implements ActionUI
This is a simple abstract ActionUI implementation that is to be used for ui's where the editor is based on a set of PanelWizardSteps. This uses a OptionsEditorDialog for its editor, and steps from implementations paths for the content.
Author:
Jerry Vos