Extension SDK 10.1.2


oracle.jdeveloper.builder
Class AbstractBuilder

java.lang.Object
  extended byoracle.ide.gallery.AbstractGalleryWizard
      extended byoracle.jdeveloper.wizard.common.BaliWizard
          extended byoracle.jdeveloper.builder.AbstractBuilder

All Implemented Interfaces:
Addin, Displayable, GalleryWizard, Invokable, Module, Wizard
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 BaliWizardState buildState(Context context)
protected java.lang.String getDialogTitle()

Methods inherited from class oracle.jdeveloper.wizard.common.BaliWizard
apply, buildDialog, buildPanel, cancel, canShutdown, commitAndFinish, displayErrorMessage, displayErrorMessage, finish, getIcon, getMenuLabel, getMenuSpecification, getShortLabel, ideVersion, initialize, invoke, isAvailable, shutdown, version

Methods inherited from class oracle.ide.gallery.AbstractGalleryWizard
getLongLabel, getName, getToolTipText, 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)

getDialogTitle

protected java.lang.String getDialogTitle()

_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


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