public abstract class WizardStepView extends Object
Constructor and Description |
---|
WizardStepView(WizardStepModel wizardStepModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clean up this view.
|
abstract boolean |
commit()
Request to commit UI data values to associated data model.
|
boolean |
disableWizardDialogScrollPane()
Method called by the WizardDialog to figures out whether or not it can disable
Wizard scroll panel.
|
JComponent |
getHelpArea() |
WizardStepModel |
getModel()
Return the data model.
|
abstract JComponent |
getUI() |
abstract void |
updateUI()
Update the UI according to the model state.
|
public WizardStepView(WizardStepModel wizardStepModel)
wizardStepModel
- the step data modelpublic abstract boolean commit()
public WizardStepModel getModel()
public abstract void updateUI()
public abstract JComponent getUI()
public JComponent getHelpArea()
public boolean disableWizardDialogScrollPane()
public void cleanup()
Plealog Software - 2003-2017