Skip navigation links 
 
oracle.jdeveloper.builder.cls
Class ClassBuilder
java.lang.Object
   oracle.ide.wizard.Wizard
oracle.ide.wizard.Wizard
       oracle.jdeveloper.wizard.common.BaliWizard
oracle.jdeveloper.wizard.common.BaliWizard
           oracle.jdeveloper.builder.AbstractBuilder
oracle.jdeveloper.builder.AbstractBuilder
               oracle.jdeveloper.builder.cls.ClassBuilder
oracle.jdeveloper.builder.cls.ClassBuilder
- 
public class ClassBuilder
 
- extends AbstractBuilder
 
 
  
 
  
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
ClassBuilder
public ClassBuilder()
getShortLabel
public java.lang.String getShortLabel()
- Description copied from class: BaliWizard
- Gets the name of the Wizard; the code can be inherited, as it returns the abstracted variable wizName.
- 
- Overrides:
- getShortLabelin class- BaliWizard
 
- 
- Returns:
- The human readable label of the Wizard.
 
getLongLabel
public java.lang.String getLongLabel()
- Description copied from class: Wizard
- Provides a description of the Wizard that appears in the hint text area of the Object Gallery. This is usually a verb phrase starting with "Creates a...". The default implementation uses a format string for "Creates a new ____", filling in the blank with the value from Wizard.getShortLabel().
- 
- Overrides:
- getLongLabelin class- Wizard
 
_buildModel
protected final AbstractBuilderModel _buildModel(Context context)
- 
- Specified by:
- _buildModelin class- AbstractBuilder
 
_createModel
protected ClassBuilderModel _createModel(Context context)
buildPanel
protected BaliWizardPanel buildPanel(Context context,
                                     BaliWizardState state)
- Description copied from class: BaliWizard
- The returned Panel should be a JPanel that implements the BaliWizardPanel interface.
- 
- Specified by:
- buildPanelin class- BaliWizard
 
buildDialog
protected oracle.bali.ewt.dialog.JEWTDialog buildDialog(Context context,
                                                        BaliWizardState state)
- Description copied from class: BaliWizard
- Create and fill in JEWTDialog instances.
Important note: All panels must implement the BaliWizardPanel interface in order for this BaliWizard to work! 
- 
- Overrides:
- buildDialogin class- BaliWizard
 
- 
- Parameters:
- context- The Context describing the conditions of the call.
- state- The state.
- Returns:
- A JEWTDialog that is ready to be run.
- See Also:
- oracle.ide.addin.Context,- JEWTDialog
 
getHeaderDescription
protected java.lang.String getHeaderDescription()
- 
- Overrides:
- getHeaderDescriptionin class- AbstractBuilder
 
_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:
- _getTitleStringin class- AbstractBuilder
 
_getHelpID
protected java.lang.String _getHelpID()
getHeaderImage
protected java.awt.Image getHeaderImage()
- 
- Overrides:
- getHeaderImagein class- BaliWizard
 
getIcon
public javax.swing.Icon getIcon()
- Description copied from class: Wizard
- Gets the Iconto use in the Object Gallery. If this Wizard is not accessed from the Object Gallery, the Wizard should returnnull.
- 
- Overrides:
- getIconin class- BaliWizard
 
- 
- Returns:
- The Iconto be displayed in the Object Gallery.
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.