Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


oracle.jdeveloper.builder
Class AbstractBuilder

java.lang.Object
  extended by oracle.ide.wizard.Wizard
      extended by oracle.jdeveloper.wizard.common.BaliWizard
          extended by oracle.jdeveloper.builder.AbstractBuilder

Direct Known Subclasses:
AnnotationBuilder, ClassBuilder, EnumBuilder, FileBuilder

public abstract class AbstractBuilder
extends BaliWizard

Field Summary

 

Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard
_dlg, largeIcon, state, wizName

 

Constructor Summary
AbstractBuilder()
           

 

Method Summary
protected abstract  AbstractBuilderModel _buildModel(Context context)
           
protected  java.lang.String _getTitleString()
          Returns the type of object being built.
protected  BaliWizardState buildState(Context context)
          Create a new state object.
protected  java.lang.String getDialogTitle()
           
protected  java.lang.String getHeaderDescription()
           

 

Methods inherited from class oracle.jdeveloper.wizard.common.BaliWizard
buildDialog, buildPanel, cancel, commitAndFinish, displayErrorMessage, finish, getHeaderImage, getHeaderTitle, getIcon, getShortLabel, invoke, isAvailable

 

Methods inherited from class oracle.ide.wizard.Wizard
getLegacyParams, getLongLabel, getMenuSpecification, getToolTipText, setLegacyParams, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AbstractBuilder

public AbstractBuilder()

Method Detail

buildState

protected final BaliWizardState buildState(Context context)
Description copied from class: BaliWizard
Create a new state object.
Overrides:
buildState in class BaliWizard
Parameters:
context - The Context describing the conditions of the call.
Returns:
A BaliWizardState object to be manipulated by the wizard.
See Also:
oracle.ide.addin.Context

getDialogTitle

protected java.lang.String getDialogTitle()
Overrides:
getDialogTitle in class BaliWizard

getHeaderDescription

protected java.lang.String getHeaderDescription()
Overrides:
getHeaderDescription in class BaliWizard

_buildModel

protected abstract AbstractBuilderModel _buildModel(Context context)

_getTitleString

protected java.lang.String _getTitleString()
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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


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