Extension SDK 9.0.5

oracle.jdeveloper.builder.cls
Class ClassBuilder

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

public class ClassBuilder
extends AbstractBuilder


Field Summary
 
Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard
_dlg, largeIcon, state, wizName
 
Constructor Summary
ClassBuilder()
           
 
Method Summary
protected  AbstractBuilderModel _buildModel(Context context)
           
protected  ClassBuilderModel _createModel(Context context)
           
protected  java.lang.String _getHelpID()
           
protected  java.lang.String _getTitleString()
          Returns the type of object being built.
protected  oracle.bali.ewt.dialog.JEWTDialog buildDialog(Context context, BaliWizardState state)
           
protected  BaliWizardPanel buildPanel(Context context, BaliWizardState state)
           
 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.AbstractBuilder
buildState, getDialogTitle
 
Methods inherited from class oracle.jdeveloper.wizard.common.BaliWizard
apply, cancel, canShutdown, commitAndFinish, displayErrorMessage, displayErrorMessage, finish, getIcon, 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

ClassBuilder

public ClassBuilder()
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

_buildModel

protected final AbstractBuilderModel _buildModel(Context context)
Specified by:
_buildModel in class AbstractBuilder

_createModel

protected ClassBuilderModel _createModel(Context context)

buildPanel

protected BaliWizardPanel buildPanel(Context context,
                                     BaliWizardState state)

buildDialog

protected oracle.bali.ewt.dialog.JEWTDialog buildDialog(Context context,
                                                        BaliWizardState state)

_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()

Extension SDK

 

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