public final class NewApplicationXliff extends FileBuilder
NewApplicationXliff provides a wizard to create an Xliff file in an application's ADF META-INF folder| Modifier and Type | Field and Description |
|---|---|
protected java.net.URL |
selectedURL |
_dlg, largeIcon, state, wizName| Constructor and Description |
|---|
NewApplicationXliff() |
| 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 |
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.net.URL |
getSelectedURL() |
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, getHeaderImage, getHeaderTitle, invoke, isAvailablegetLegacyParams, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toStringpublic 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.public java.net.URL getSelectedURL()
protected java.lang.String getHelpID()
getHelpID in class FileBuilderprotected BaliWizardPanel buildPanel(Context context, BaliWizardState state)
BaliWizardbuildPanel in class FileBuilderprotected AbstractBuilderModel _buildModel(Context context)
_buildModel in class AbstractBuilderprotected java.lang.String _getTitleString()
AbstractBuilder_getTitleString in class AbstractBuilder