|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraversableContext | |
oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. |
oracle.ide.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
oracle.ide.migration | |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.ide.panels | Provides a framework for building panel-based UI. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
Uses of TraversableContext in oracle.ide.config |
Methods in oracle.ide.config with parameters of type TraversableContext | |
void |
DocumentExtensionsPanel.onEntry(TraversableContext tc) |
void |
DocumentExtensionsPanel.onExit(TraversableContext tc) |
void |
LogOptionsPanel.onEntry(TraversableContext tc) |
void |
LogOptionsPanel.onExit(TraversableContext tc) |
void |
EnvironOptionsPanel.onEntry(TraversableContext tc) |
void |
EnvironOptionsPanel.onExit(TraversableContext tc) |
Uses of TraversableContext in oracle.ide.keyboard |
Methods in oracle.ide.keyboard with parameters of type TraversableContext | |
void |
KeyStrokePanel.onEntry(TraversableContext tc) |
void |
KeyStrokePanel.onExit(TraversableContext tc) |
Uses of TraversableContext in oracle.ide.migration |
Methods in oracle.ide.migration with parameters of type TraversableContext | |
void |
NodeMigratorHelper.migrate(MigrationInfo[] infos, TraversableContext context) Method called to migrate the nodes recorded in the specified MigrationInfo . |
java.util.List |
NodeMigratorHelper.getPages(MigrationInfo[] infos, TraversableContext context) Get the traversal pages to be displayed by the node migration wizard. |
java.util.List |
NodeMigrator.getPages(MigrationInfo[] infos, TraversableContext context) Get the list of wizard pages associated with the specified infos . |
java.util.List |
NodeMigrator.doMigration(TraversableContext context) Do the actual migration of the nodes. |
java.util.List |
NodeMigrator.doMigration(java.util.List list, TraversableContext context) This method invokes the NodeMigratorHelper s to carry out addin specific migrations. |
protected MigrationInfo.MigrationStatus |
NodeMigrator.invokeWizard(TraversableContext context, java.util.List pages, MigrationInfo[] infos) Invoke the migration wizard. |
protected java.util.Map |
NodeMigrator.getInfoToMigratorMap(TraversableContext context) Gets from the context the Map identified by the constant NodeMigrator.MIGRATOR_MAP_DATA . |
static boolean |
MigrationWizard.runWizard(java.lang.String title, java.lang.String welcome, java.lang.String summary, TraversableContext context, java.util.List pages) Runs the MigrationWizard where users can choose what migration options they want and then migrate their files. |
void |
MigrationPanel.onEntry(TraversableContext dataContext) Enables the Finish button by default, overriding the default behavior in FSMWizard. |
abstract MigrationPanel.ResultData |
MigrationPanel.getResults(TraversableContext context) Get the data to display on the finish page. |
Uses of TraversableContext in oracle.ide.model |
Methods in oracle.ide.model with parameters of type TraversableContext | |
java.util.List |
WorkspaceMigrator.getPages(MigrationInfo[] infos, TraversableContext context) |
Uses of TraversableContext in oracle.ide.panels |
Methods in oracle.ide.panels that return TraversableContext | |
TraversableContext |
MDDEvent.getTraversableContext() |
TraversableContext |
ApplyEvent.getTraversableContext() Returns the TraversableContext that is the event source for this ApplyEvent . |
protected TraversableContext |
MDDPanel.newTraversableContext() Adds design-time objects to the TraversableContext . |
protected TraversableContext |
TDialogLauncher.getTraversableContext() |
Methods in oracle.ide.panels with parameters of type TraversableContext | |
void |
TabbedPanel.onEntry(TraversableContext tc) This implementation passes the onEntry call through the current Traversable being displayed in the tabbed pane. |
void |
TabbedPanel.onExit(TraversableContext tc) This implementation passes the onExit call through the current Traversable being displayed in the tabbed pane. |
protected void |
TabbedPanel.refreshUI(TraversableContext tc) |
void |
MDDPanel.onEntry(TraversableContext tc) |
void |
MDDPanel.onExit(TraversableContext tc) |
protected void |
MDDPanel.refreshUI(TraversableContext dataScope) |
protected void |
MDDPanel.fireTraversableEntered(TraversableContext tc) |
void |
WelcomePanel.onEntry(TraversableContext tc) |
void |
WelcomePanel.onExit(TraversableContext tc) |
void |
Traversable.onEntry(TraversableContext dataContext) This method is called when the Traversable is being entered. |
void |
Traversable.onExit(TraversableContext dataContext) This method is called when the Traversable is being exited. |
void |
DefaultTraversablePanel.onEntry(TraversableContext dataContext) Does nothing by default. |
void |
DefaultTraversablePanel.onExit(TraversableContext dataContext) Does nothing by default. |
Constructors in oracle.ide.panels with parameters of type TraversableContext | |
ApplyEvent(TraversableContext source) Creates a new ApplyEvent . |
Uses of TraversableContext in oracle.jdeveloper.compiler |
Methods in oracle.jdeveloper.compiler with parameters of type TraversableContext | |
void |
OjcConfigurationPanel.onEntry(TraversableContext tc) |
void |
OjcConfigurationPanel.onExit(TraversableContext tc) |
Uses of TraversableContext in oracle.jdeveloper.model |
Methods in oracle.jdeveloper.model with parameters of type TraversableContext | |
void |
JProjectConfigurationsPanel.onEntry(TraversableContext tc) |
void |
JProjectConfigurationsPanel.onExit(TraversableContext tc) |
void |
TechnologiesPanel.onEntry(TraversableContext tc) |
void |
TechnologiesPanel.onExit(TraversableContext tc) |
void |
J2eePanel.onEntry(TraversableContext tc) |
void |
J2eePanel.onExit(TraversableContext tc) |
void |
JProjectDependencyPanel.onEntry(TraversableContext tc) |
void |
JProjectDependencyPanel.onExit(TraversableContext tc) |
void |
JProjectPanel.onEntry(TraversableContext tc) |
void |
JProjectPanel.onExit(TraversableContext tc) |
Uses of TraversableContext in oracle.jdeveloper.vcs.spi |
Methods in oracle.jdeveloper.vcs.spi with parameters of type TraversableContext | |
void |
VCSPropertyTraversable.onEntry(TraversableContext tc) |
void |
VCSPropertyTraversable.onExit(TraversableContext tc) |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.