oracle.jdeveloper.builder.file
Class EmptyFileBuilder
java.lang.Object
oracle.ide.gallery.AbstractGalleryWizard
oracle.jdeveloper.wizard.common.BaliWizard
oracle.jdeveloper.builder.AbstractBuilder
oracle.jdeveloper.builder.file.FileBuilder
oracle.jdeveloper.builder.file.EmptyFileBuilder
- All Implemented Interfaces:
- Addin, Displayable, GalleryWizard, Invokable, Module, Wizard
- public class EmptyFileBuilder
- extends FileBuilder
Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard |
_dlg, largeIcon, state, wizName |
Methods inherited from class oracle.jdeveloper.wizard.common.BaliWizard |
apply, buildDialog, cancel, canShutdown, commitAndFinish, displayErrorMessage, displayErrorMessage, finish, getMenuLabel, getMenuSpecification, ideVersion, initialize, invoke, isAvailable, shutdown, version |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmptyFileBuilder
public EmptyFileBuilder()
getShortLabel
public java.lang.String getShortLabel()
- Description copied from interface:
Displayable
- Returns a short label that can be displayed to the user.
Generally, the value of the returned
String
is considered
translatable and should therefore be placed in an appropriate
resource file. When possible, the returned label should be
reasonably short enough to show in the navigator or explorer
windows but long enough to clearly identify and distinguish the
Displayable
.
getLongLabel
public java.lang.String getLongLabel()
- Description copied from interface:
Displayable
- Returns a long label that can be displayed to the user. Generally,
the value of the returned
String
is considered translatable
and should therefore be placed in an appropriate resource file.
The long label differs from the short label essentially on length.
Usually the long label will only be shown on-demand and in places
where horizontal space is more available. Examples are the status
bar and tooltips.
- Specified by:
getLongLabel
in interface Displayable
- Overrides:
getLongLabel
in class AbstractGalleryWizard
getIcon
public javax.swing.Icon getIcon()
- Description copied from interface:
Wizard
- Gets the
Icon
to use in the Object Gallery and Navigator views.
Note: If this Wizard is not intended to be accessed from the
ObjectGallery, the Wizard may return null
.
_getTitleString
protected java.lang.String _getTitleString()
- Description copied from class:
AbstractBuilder
- Returns the type of object being built. This title should not
include the word 'New' and should use title capitalization - for example,
'HTML File' for a builder that creates new HTML files.
- Overrides:
_getTitleString
in class AbstractBuilder
getHelpID
protected java.lang.String getHelpID()
- Specified by:
getHelpID
in class FileBuilder
_buildModel
protected AbstractBuilderModel _buildModel(Context context)
- Specified by:
_buildModel
in class AbstractBuilder
Copyright © 1997, 2004, Oracle. All rights reserved.