public class EmptyFileBuilder extends FileBuilder
_dlg, largeIcon, state, wizName| Constructor and Description | 
|---|
EmptyFileBuilder()  | 
| 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)
Override FileBuilder to allow user to create a file with a zero-length
 file name plus extension. 
 | 
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, getHeaderDescriptionbuildDialog, cancel, commitAndFinish, displayErrorMessage, finish, getHeaderTitle, invoke, isAvailablegetLegacyParams, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toStringprotected BaliWizardPanel buildPanel(Context context, BaliWizardState state)
buildPanel in class FileBuilderpublic java.lang.String getShortLabel()
BaliWizardgetShortLabel in class BaliWizardpublic java.lang.String getLongLabel()
WizardWizard.getShortLabel().getLongLabel in class Wizardpublic javax.swing.Icon getIcon()
WizardIcon to use in the Object Gallery.  If this Wizard
 is not accessed from the Object Gallery, the Wizard should return
 null.getIcon in class BaliWizardIcon to be displayed in the Object Gallery.protected java.lang.String _getTitleString()
AbstractBuilder_getTitleString in class AbstractBuilderprotected java.lang.String getHelpID()
getHelpID in class FileBuilderprotected AbstractBuilderModel _buildModel(Context context)
_buildModel in class AbstractBuilderprotected java.awt.Image getHeaderImage()
getHeaderImage in class BaliWizard