public abstract class AbstractBuilder extends BaliWizard
_dlg, largeIcon, state, wizName| Constructor and Description |
|---|
AbstractBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractBuilderModel |
_buildModel(Context context) |
protected java.lang.String |
_getTitleString()
Returns the type of object being built.
|
protected BaliWizardState |
buildState(Context context)
Create a new state object.
|
protected java.lang.String |
getDialogTitle() |
protected java.lang.String |
getHeaderDescription() |
buildDialog, buildPanel, cancel, commitAndFinish, displayErrorMessage, finish, getHeaderImage, getHeaderTitle, getIcon, getShortLabel, invoke, isAvailablegetLegacyParams, getLongLabel, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toStringprotected final BaliWizardState buildState(Context context)
BaliWizardbuildState in class BaliWizardcontext - The Context describing the conditions of the call.Contextprotected java.lang.String getDialogTitle()
getDialogTitle in class BaliWizardprotected java.lang.String getHeaderDescription()
getHeaderDescription in class BaliWizardprotected abstract AbstractBuilderModel _buildModel(Context context)
protected java.lang.String _getTitleString()