Extension SDK 10.1.3.36.73

oracle.jdeveloper.builder
Class AbstractBuilder

java.lang.Object
  extended byoracle.ide.wizard.Wizard
      extended byoracle.jdeveloper.wizard.common.BaliWizard
          extended byoracle.jdeveloper.builder.AbstractBuilder
Direct Known Subclasses:
ClassBuilder, FileBuilder

public abstract class AbstractBuilder
extends oracle.jdeveloper.wizard.common.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  oracle.jdeveloper.wizard.common.BaliWizardState buildState(Context context)
           
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 oracle.jdeveloper.wizard.common.BaliWizardState buildState(Context context)

getDialogTitle

protected java.lang.String getDialogTitle()

getHeaderDescription

protected java.lang.String getHeaderDescription()

_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.


Extension SDK 10.1.3.36.73

 

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