public class FolderBuilder extends FileBuilder
_dlg, largeIcon, state, wizName
Constructor and Description |
---|
FolderBuilder() |
Modifier and Type | Method and Description |
---|---|
protected AbstractBuilderModel |
_buildModel(Context context) |
protected java.lang.String |
_getTitleString()
Returns the type of object being built.
|
protected BaliWizardPanel |
buildPanel(Context context,
BaliWizardState state)
The returned Panel should be a JPanel that implements the
BaliWizardPanel interface.
|
protected java.lang.String |
getHeaderDescription() |
protected java.awt.Image |
getHeaderImage() |
protected java.lang.String |
getHelpID() |
javax.swing.Icon |
getIcon()
Gets the
Icon to use in the Object Gallery. |
java.lang.String |
getLongLabel()
Provides a description of the Wizard that appears in the hint text
area of the Object Gallery.
|
java.lang.String |
getShortLabel()
Gets the name of the Wizard; the code can be inherited, as it returns
the abstracted variable wizName.
|
buildState, getDialogTitle
buildDialog, cancel, commitAndFinish, displayErrorMessage, finish, getHeaderTitle, invoke, isAvailable
getLegacyParams, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toString
public java.lang.String getShortLabel()
BaliWizard
getShortLabel
in class BaliWizard
public java.lang.String getLongLabel()
Wizard
Wizard.getShortLabel()
.getLongLabel
in class Wizard
public javax.swing.Icon getIcon()
Wizard
Icon
to use in the Object Gallery. If this Wizard
is not accessed from the Object Gallery, the Wizard should return
null
.getIcon
in class BaliWizard
Icon
to be displayed in the Object Gallery.protected java.lang.String _getTitleString()
AbstractBuilder
_getTitleString
in class AbstractBuilder
protected java.lang.String getHelpID()
getHelpID
in class FileBuilder
protected AbstractBuilderModel _buildModel(Context context)
_buildModel
in class AbstractBuilder
protected java.awt.Image getHeaderImage()
getHeaderImage
in class BaliWizard
protected BaliWizardPanel buildPanel(Context context, BaliWizardState state)
BaliWizard
buildPanel
in class FileBuilder
protected java.lang.String getHeaderDescription()
getHeaderDescription
in class AbstractBuilder