oracle.jdeveloper.builder
Class AbstractBuilder
java.lang.Object
oracle.ide.wizard.Wizard
oracle.jdeveloper.wizard.common.BaliWizard
oracle.jdeveloper.builder.AbstractBuilder
- Direct Known Subclasses:
- ClassBuilder, FileBuilder
- public abstract class AbstractBuilder
- extends oracle.jdeveloper.wizard.common.BaliWizard
| Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard |
_dlg, largeIcon, state, wizName |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractBuilder
public AbstractBuilder()
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.
Copyright © 1997, 2005, Oracle.All rights reserved.