See: Description
| Interface | Description |
|---|---|
| Invokable |
Gallery items should implement Invokable so the class can be
invoked from the New Gallery.
|
| TriggerInvokable |
Extension writers should use this interface to handle the case
where a declartive rule is not enough to determine whether
Invokable.invoke(oracle.ide.Context) can safely be called in a particular context. |
| Class | Description |
|---|---|
| FinishPanel |
The
FinishPanel provides a TraversablePanel implementation of
a Wizard Finish page. |
| FSM |
FSM is a complete implementation of a finite state
machine (a.k.a. |
| FSMBuilder |
This class provides the standard way of creating an FSM instance.
|
| FSMWizard | |
| FSMWizardListener | |
| GenericWizardLauncher | |
| Step |
The
Step class is responsible for specifying metadata
for a Traversable that has not yet been instantiated;
Step differs from MetaTraversable in that
Step is intended to be used for specifying a sequence
of panels that are displayed by the FSMWizard. |
| TitledWizardDialog |
WizardDialog subclass which controls whether the welcome
page is the first selected page when you run the wizard dialog. |
| WelcomePanel | |
| Wizard |
The Wizard interface is used to identify a Java class as a Wizard in the
context of the Oracle IDE.
|
| WizardArb | |
| WizardArb_ar | |
| WizardArb_cs | |
| WizardArb_da | |
| WizardArb_de | |
| WizardArb_el | |
| WizardArb_en | |
| WizardArb_es | |
| WizardArb_fi | |
| WizardArb_fr | |
| WizardArb_fr_CA | |
| WizardArb_hu | |
| WizardArb_it | |
| WizardArb_iw | |
| WizardArb_ja | |
| WizardArb_ko | |
| WizardArb_nl | |
| WizardArb_no | |
| WizardArb_pl | |
| WizardArb_pt | |
| WizardArb_pt_BR | |
| WizardArb_ro | |
| WizardArb_ru | |
| WizardArb_sk | |
| WizardArb_sv | |
| WizardArb_th | |
| WizardArb_tr | |
| WizardArb_zh_CN | |
| WizardArb_zh_TW | |
| WizardCallbacks |
This interface defines callback methods that are implemented by a
a Traversable-based wizard dialog for the sake of Traversable panels
that need to update the state of the wizard dialog's decorations.
|
| WizardManager |
WizardManager provides the interface through which the IDE handles Wizards.
|
| WizardWelcomePage |
A subclass of oracle.bali.ewt.wizard.WelcomeWizardPage which provides
support for persisting the "show this page next time" option in the IDE
settings.
|
| WizardWelcomeSettings |
Settings that define whether a wizard welcome page is displayed.
|
| Exception | Description |
|---|---|
| FSMException |
Base exception class for all FSM-related exceptions.
|
| FSMInvalidException |
This exception is thrown when the definition of an
FSM
is determined to be invalid. |
| FSMTransitionException |
This exception is thrown when an
FSM is asked to follow
a transition which does not lead to a defined state. |
Contains classes that can be used to integrate gallery items and wizards into the product.