Extension SDK 9.0.5

oracle.jdeveloper.builder.file
Class EmptyFileBuilder

java.lang.Object
  extended byoracle.ide.gallery.AbstractGalleryWizard
      extended byoracle.jdeveloper.wizard.common.BaliWizard
          extended byoracle.jdeveloper.builder.AbstractBuilder
              extended byoracle.jdeveloper.builder.file.FileBuilder
                  extended byoracle.jdeveloper.builder.file.EmptyFileBuilder
All Implemented Interfaces:
Addin, Displayable, GalleryWizard, Invokable, Module, Wizard

public class EmptyFileBuilder
extends FileBuilder


Nested Class Summary
static class EmptyFileBuilder.EmptyFileBuilderModel
           
 
Field Summary
 
Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard
_dlg, largeIcon, state, wizName
 
Constructor Summary
EmptyFileBuilder()
           
 
Method Summary
protected  AbstractBuilderModel _buildModel(Context context)
           
protected  java.lang.String _getTitleString()
          Returns the type of object being built.
protected  java.lang.String getHelpID()
           
 javax.swing.Icon getIcon()
          Gets the Icon to use in the Object Gallery and Navigator views.
 java.lang.String getLongLabel()
          Returns a long label that can be displayed to the user.
 java.lang.String getShortLabel()
          Returns a short label that can be displayed to the user.
 
Methods inherited from class oracle.jdeveloper.builder.file.FileBuilder
buildPanel
 
Methods inherited from class oracle.jdeveloper.builder.AbstractBuilder
buildState, getDialogTitle
 
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 oracle.ide.gallery.AbstractGalleryWizard
getName, getToolTipText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyFileBuilder

public EmptyFileBuilder()
Method Detail

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

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.