Package | Description |
---|---|
oracle.ide.db.panels.sql |
UI for declaratively editing a SQL query.
|
oracle.ide.db.transfer |
Contains an API for transfering database object from one DBObjectProvider to another.
|
oracle.ide.db.transfer.generate |
Contains classes that control the targets available for generating database objects to in the IDE.
|
oracle.ide.migration |
Contains API classes for support the migration of Node types and user preferences in the system directory.
|
oracle.ide.wizard |
Contains classes that can be used to integrate gallery items and wizards into the product.
|
oracle.jdeveloper.deploy.dt.wizard.spi |
Modifier and Type | Method and Description |
---|---|
Step[] |
SQLQueryEditDialog.getSteps()
Returns a set of Step objects for the pages required to creating a SQLQuery.
|
Modifier and Type | Method and Description |
---|---|
Step[] |
TransferDescriptor.getReconcilePanels()
Deprecated.
- this is the compare-step of the transfer-policy of the transfer-hook in the module extension.
|
Step[] |
TransferDescriptor.getScriptPanels()
Deprecated.
- SQL script generation is no longer an optional part of generating a database
|
Modifier and Type | Method and Description |
---|---|
void |
TransferDescriptor.setReconcilePanels(Step[] reconcilePanels)
Deprecated.
- define using the compare-step of the transfer-policy of the transfer-hook in the module extension.
|
void |
TransferDescriptor.setScriptPanels(Step[] scriptPanels)
Deprecated.
- SQL script generation is no longer an optional part of generating a database
|
Modifier and Type | Method and Description |
---|---|
static Step |
GenerateTargetRegistry.getSQLScriptStep()
Deprecated.
|
Step[] |
GenerateTarget.getSteps()
Deprecated.
The Generate wizard includes any steps included here.
|
Step[] |
GenerateTargetRegistry.getSteps(java.lang.Class<? extends TransferTarget> targ)
Deprecated.
Gets the wizard Steps to use for the given transfer target class.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MigrationWizard.runWizard(java.lang.String title, java.lang.String welcome, java.lang.String summary, TraversableContext context, java.util.List<Step> pages)
Runs the MigrationWizard where users can choose what migration options they want and then migrate their files.
|
Modifier and Type | Method and Description |
---|---|
static Step |
FinishPanel.newStep(java.lang.String finishText, java.lang.String descText, java.lang.String helpID)
Convenience method for building a Step object for a FinishPanel based on the specified parameters.
|
static Step |
WelcomePanel.newStep(java.lang.String wizardName, java.lang.String welcomeText, java.lang.String descriptiveText, java.lang.String saveKey, java.lang.String helpID)
Convenience method for building a Step object for a WelcomePanel based on the specified parameters.
|
static Step[] |
Step.newSteps(java.lang.String[] traversableClasses)
Convenience method for creating an array of
Step objects based on an array of strings that provide the fully qualified class names of the Traversable s. |
Modifier and Type | Method and Description |
---|---|
void |
GenericWizardLauncher.addPage(Step step)
Adds the given step to the list of steps for the pages of the wizard.
|
void |
GenericWizardLauncher.addPages(Step[] steps)
Adds the given steps to the list of steps for the pages of the wizard.
|
protected void |
Step.copyToImpl(Step copy) |
void |
FSMBuilder.newFinalState(java.lang.Object stateID, Step step)
Tells the builder to create a new final state in the FSM.
|
static FSM |
FSMBuilder.newFSM(Step[] steps)
Returns an FSM that is entirely based on the sequence of Steps specified.
|
void |
FSMBuilder.newStartState(Step step, java.lang.Object defaultTargetStateID)
Tells the builder to create a new start state in the FSM.
|
void |
FSMBuilder.newState(java.lang.Object stateID, Step step, java.lang.Object defaultTargetStateID)
Tells the builder to create a new non-final state in the FSM.
|
void |
FSMBuilder.newState(java.lang.Object stateID, Step step, java.lang.Object defaultTargetStateID, boolean isFinalState)
Tells the builder to create a new state in the FSM.
|
Constructor and Description |
---|
FSMBuilder(Step[] fsmSteps)
Creates an FSMBuilder that is initialized to contain the specified Steps.
|
FSMWizard(Step[] steps, Namespace data)
Creates a straight-through
FSMWizard using the specified sequence of Steps. |
Modifier and Type | Class and Description |
---|---|
class |
DeployWizardStep |
class |
WizardStep |
Modifier and Type | Method and Description |
---|---|
Step |
WizardState.getWizardStep() |
Step |
DeployActionsWizardState.getWizardStep() |
Step |
DefaultWizardState.getWizardStep() |
protected static Step |
DeployToAppServerWizardState.makeStep(DeployAppServersToolkit appServersTk) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWizardState.addFinalState(FSMBuilder builder, java.lang.Object stateId, Step step) |
protected void |
AbstractWizardState.addStartState(FSMBuilder builder, Step step, java.lang.Object defaultTran) |
protected void |
AbstractWizardState.addState(FSMBuilder builder, java.lang.Object stateId, Step step, java.lang.Object defaultTran) |
void |
WizardState.setWizardStep(Step step) |
void |
DefaultWizardState.setWizardStep(Step step) |
Constructor and Description |
---|
DefaultWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions, Step step) |
DeployToAppServerWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions, Step step) |
DeployWizardState(java.lang.Object stateId, java.lang.Object[] exitTransitions, Step step) |