|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.wizard.Wizard
oracle.jdeveloper.wizard.common.BaliWizard
oracle.jdeveloper.builder.AbstractBuilder
oracle.jdeveloper.builder.annotation.AnnotationBuilder
public class AnnotationBuilder
| Field Summary |
|---|
| Fields inherited from class oracle.jdeveloper.wizard.common.BaliWizard |
|---|
_dlg, largeIcon, state, wizName |
| Constructor Summary | |
|---|---|
AnnotationBuilder()
|
|
| Method Summary | |
|---|---|
protected oracle.jdeveloper.builder.AbstractBuilderModel |
_buildModel(Context context)
|
protected AnnotationBuilderModel |
_createModel(Context context)
|
protected java.lang.String |
_getTitleString()
|
protected oracle.bali.ewt.dialog.JEWTDialog |
buildDialog(Context context,
BaliWizardState state)
Create and fill in JEWTDialog instances. |
protected BaliWizardPanel |
buildPanel(Context context,
BaliWizardState state)
The returned Panel should be a JPanel that implements the BaliWizardPanel interface. |
protected java.lang.String |
getHeaderDescription()
|
protected java.awt.Image |
getHeaderImage()
|
javax.swing.Icon |
getIcon()
Gets the Icon to use in the Object Gallery. |
java.lang.String |
getLongLabel()
Provides a description of the Wizard that appears in the hint text area of the Object Gallery. |
java.lang.String |
getShortLabel()
Gets the name of the Wizard; the code can be inherited, as it returns the abstracted variable wizName. |
boolean |
isAvailable(Context context)
Called when the sensitivity of the menu item that opens this wizard must be determined. |
| Methods inherited from class oracle.jdeveloper.builder.AbstractBuilder |
|---|
buildState, getDialogTitle |
| Methods inherited from class oracle.jdeveloper.wizard.common.BaliWizard |
|---|
cancel, commitAndFinish, displayErrorMessage, finish, getHeaderTitle, invoke |
| Methods inherited from class oracle.ide.wizard.Wizard |
|---|
getLegacyParams, getMenuSpecification, getToolTipText, getWizardId, setLegacyParams, setWizardId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationBuilder()
| Method Detail |
|---|
protected oracle.bali.ewt.dialog.JEWTDialog buildDialog(Context context,
BaliWizardState state)
BaliWizardImportant note: All panels must implement the BaliWizardPanel interface in order for this BaliWizard to work!
buildDialog in class BaliWizardcontext - The Context describing the conditions of the call.state - The state.
Context,
JEWTDialog
protected BaliWizardPanel buildPanel(Context context,
BaliWizardState state)
BaliWizard
buildPanel in class BaliWizardprotected oracle.jdeveloper.builder.AbstractBuilderModel _buildModel(Context context)
_buildModel in class oracle.jdeveloper.builder.AbstractBuilderprotected AnnotationBuilderModel _createModel(Context context)
public java.lang.String getLongLabel()
WizardWizard.getShortLabel().
getLongLabel in class Wizardpublic java.lang.String getShortLabel()
BaliWizard
getShortLabel in class BaliWizardpublic javax.swing.Icon getIcon()
WizardIcon to use in the Object Gallery. If this Wizard
is not accessed from the Object Gallery, the Wizard should return
null.
getIcon in class BaliWizardIcon to be displayed in the Object Gallery.protected java.lang.String getHeaderDescription()
getHeaderDescription in class oracle.jdeveloper.builder.AbstractBuilderprotected java.awt.Image getHeaderImage()
getHeaderImage in class BaliWizardprotected java.lang.String _getTitleString()
_getTitleString in class oracle.jdeveloper.builder.AbstractBuilderpublic boolean isAvailable(Context context)
Wizard
isAvailable in class BaliWizardcontext - The Context to use when invoking this
Wizard.
true if the wizard can be invoked, or
false otherwise.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||