Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.panels.TraversableContext

Packages that use TraversableContext
oracle.ide.db.controls Reusable UI controls to used to show or list database objects. 
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
oracle.ide.db.panels.sql UI classes for declaratively editing a SQL query. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.wizard   
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.panels UI panels that can be used to define / select offline databases in JDeveloper. 
oracle.jdeveloper.panels   
oracle.jdeveloper.resources This package contains the base classes used for editing content sets. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.audit.profile   

 

Uses of TraversableContext in oracle.ide.db.controls

 

Methods in oracle.ide.db.controls with parameters of type TraversableContext
 void CommentEditor.onEntry(TraversableContext data)
           
 void SchemaObjectTargetPicker.onEntry(TraversableContext tc)
          By default the SchemaObjectTargetPicker uses the TARGET_PROVIDER_KEY to find its provider.
 void CommentEditor.onExit(TraversableContext data)
           
 void SchemaObjectTargetPicker.onExit(TraversableContext tc)
          Will throw a TraversalException if the current edited name doesn't commit properly.
 void NameEditor.validatePanelChange(TraversableContext data)
           
 void NameAndSchemaAdvancedEditor.validatePanelChange(TraversableContext data)
           

 

Uses of TraversableContext in oracle.ide.db.panels

 

Methods in oracle.ide.db.panels with parameters of type TraversableContext
protected  void SelectDBObjectsPanel.commit(TraversableContext dataContext)
          Default implementation of the commit calls SelectDBObjectsPanel.getSelectedObjects() and places what is returned into the context using the SelectDBObjectsPanel.SELECTED_OBJECTS key.
protected  void TabbedEditorPanel.commitToProvider(TraversableContext data)
           
protected  DBObjectProvider SelectDBObjectsPanel.getProvider(TraversableContext dataContext)
          Get the DBObjectProvider.
protected  void SelectDBObjectsPanel.init(boolean providerChanged, TraversableContext dataContext)
          Initialises the panel.
 void SelectSchemaPanel.onEntry(TraversableContext dataContext)
           
 void DDLPanel.onEntry(TraversableContext data)
           
 void MDDEditorPanel.onEntry(TraversableContext data)
           
 void SkippingTraversable.onEntry(TraversableContext tc)
           
 void SchemaPanel.onEntry(TraversableContext dataContext)
           
 void TabbedEditorPanel.onEntry(TraversableContext data)
           
 void SelectDBObjectsPanel.onEntry(TraversableContext dataContext)
          Called on entry to the panel in the wizard.
 void SelectSchemaPanel.onExit(TraversableContext dataContext)
           
 void DDLPanel.onExit(TraversableContext data)
           
 void SchemaPanel.onExit(TraversableContext dataContext)
           
 void TabbedEditorPanel.onExit(TraversableContext data)
           
 void SelectDBObjectsPanel.onExit(TraversableContext dataContext)
          Called on panel exit.
 void PanelLibrary.HeaderPanel.validatePanelChange(TraversableContext data)
           

 

Uses of TraversableContext in oracle.ide.db.panels.sql

 

Methods in oracle.ide.db.panels.sql with parameters of type TraversableContext
 void BaseSQLQueryPickerPanel.commit(TraversableContext dataContext)
           
protected  void FromObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected  void QuickPickObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected abstract  void BaseSQLQueryPickerPanel.commitToPicker(TraversableContext dataContext)
           
 void BaseSQLQueryPickerPanel.init(boolean providerChanged, TraversableContext dataContext)
           
 void BaseSQLQueryBuilderPanel.onEntry(TraversableContext tc)
           
 void HavingPanel.onExit(TraversableContext tc)
           
 void GroupByPanel.onExit(TraversableContext dataContext)
           
 void QueryPanel.onExit(TraversableContext dataContext)
           
 void SelectObjectsPanel.onExit(TraversableContext dataContext)
           
 void WhereObjectPanel.onExit(TraversableContext dataContext)
           
 void HierarchicalQueryPanel.onExit(TraversableContext tc)
           
 void OrderByPanel.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 that return TraversableContext
 TraversableContext NodeMigrator.getTraversableContext()
          Returns a non-null TraversableContext while migration is in progress, otherwise, the value returned is null.

 

Methods in oracle.ide.migration with parameters of type TraversableContext
protected  void NodeMigrator.callHelperMigrate(NodeMigratorHelper helper, MigrationInfo info, TraversableContext context)
           
protected  void NodeMigrator.callHelpersMigrate(MigrationInfo info, TraversableContext context)
           
 java.util.List NodeMigrator.doMigration(java.util.List list, TraversableContext context)
          This method invokes the NodeMigratorHelpers to carry out addin specific migrations.
 java.util.List NodeMigrator.doMigration(TraversableContext context)
          Do the actual migration of the nodes.
protected  java.util.Map NodeMigrator.getInfoToMigratorMap(TraversableContext context)
          Gets from the context the Map identified by the constant NodeMigrator.MIGRATOR_MAP_DATA.
 java.util.List NodeMigrator.getPages(MigrationInfo[] infos, TraversableContext context)
          Get the list of wizard pages associated with the specified infos.
 java.util.List NodeMigratorHelper.getPages(MigrationInfo[] infos, TraversableContext context)
          Get the traversal pages to be displayed by the node migration wizard.
abstract  MigrationPanel.ResultData MigrationPanel.getResults(TraversableContext context)
          Get the data to display on the finish page.
protected  MigrationInfo.MigrationStatus NodeMigrator.invokeWizard(TraversableContext context, java.util.List pages, MigrationInfo[] infos)
          Invoke the migration wizard.
abstract  void NodeMigratorHelper.migrate(MigrationInfo[] infos, TraversableContext context)
          Method called to migrate the nodes recorded in the specified MigrationInfo.
 void MigrationPanel.onEntry(TraversableContext dataContext)
          Enables the Finish button by default, overriding the default behavior in FSMWizard.
protected  void NodeMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
          Method called after migration is complete.
protected  void NodeMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
          Method called before migration is initiated.
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.

 

Uses of TraversableContext in oracle.ide.model

 

Methods in oracle.ide.model with parameters of type TraversableContext
protected  void WorkspaceMigrator.callHelpersMigrate(MigrationInfo info, TraversableContext context)
           
protected  void ProjectMigrator.callHelpersMigrate(MigrationInfo info, TraversableContext context)
           
 java.util.List WorkspaceMigrator.getPages(MigrationInfo[] infos, TraversableContext context)
           
 void ResourcePathsMigrator.migrate(MigrationInfo[] infos, TraversableContext context)
           
 void WorkingSetsMigratorHelper.migrate(MigrationInfo[] infos, TraversableContext context)
           
 void LazyLoadedTraversable.onEntry(TraversableContext dataContext)
           
 void LazyLoadedTraversable.onExit(TraversableContext dataContext)
           
 void LazyLoadedTraversable.onProjectPanelEntry(TraversableContext traversableContext)
           
protected  void WorkspaceMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void ProjectMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void WorkspaceMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void ProjectMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
           

 

Uses of TraversableContext in oracle.ide.model.panels

 

Methods in oracle.ide.model.panels with parameters of type TraversableContext
 void ProjectSettingsTraversablePanel.activateProperties(TraversableContext tc, boolean useCustom)
          Enables or disables custom properties.
 void ProjectSettingsTraversablePanel.onEntry(TraversableContext traversableContext)
           
abstract  void ProjectSettingsTraversablePanel.onProjectPanelEntry(TraversableContext traversableContext)
          Subclasses must implement this method which is invoked when the panel is about to be displayed.

 

Uses of TraversableContext in oracle.ide.panels

 

Methods in oracle.ide.panels that return TraversableContext
 TraversableContext MDDEvent.getTraversableContext()
           
protected  TraversableContext TDialogLauncher.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.

 

Methods in oracle.ide.panels with parameters of type TraversableContext
protected  void MDDPanel.fireTraversableEntered(TraversableContext tc)
           
 void MDDPanel.onEntry(TraversableContext tc)
           
 void Traversable.onEntry(TraversableContext dataContext)
          This method is called when the Traversable is being entered.
 void DefaultTraversablePanel.onEntry(TraversableContext dataContext)
          Does nothing by default.
 void TabbedPanel.onEntry(TraversableContext tc)
          This implementation passes the onEntry call through the current Traversable being displayed in the tabbed pane.
 void MDDPanel.onExit(TraversableContext tc)
           
 void Traversable.onExit(TraversableContext dataContext)
          This method is called when the Traversable is being exited.
 void DefaultTraversablePanel.onExit(TraversableContext dataContext)
          Does nothing by default.
 void TabbedPanel.onExit(TraversableContext tc)
          This implementation passes the onExit call through the current Traversable being displayed in the tabbed pane.
protected  void MDDPanel.refreshUI(TraversableContext dataScope)
           
protected  void TabbedPanel.refreshUI(TraversableContext tc)
           

 

Constructors in oracle.ide.panels with parameters of type TraversableContext
ApplyEvent(TraversableContext source)
          Creates a new ApplyEvent.

 

Uses of TraversableContext in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle with parameters of type TraversableContext
 void SelectTextPanel.onEntry(TraversableContext dataContext)
          Public as implementation detail only, must not be used externally
 void SelectTextPanel.onExit(TraversableContext dataContext)
          Public as implementation detail only, must not be used externally
 void ResourceBundleOptionsPanel.onExit(TraversableContext traversableContext)
           
 void ResourceBundleOptionsPanel.onProjectPanelEntry(TraversableContext traversableContext)
           

 

Uses of TraversableContext in oracle.ide.webbrowser

 

Methods in oracle.ide.webbrowser with parameters of type TraversableContext
 void ProxySettingsPanel.onEntry(TraversableContext tc)
           
 void ProxySettingsPanel.onExit(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.ide.wizard

 

Methods in oracle.ide.wizard with parameters of type TraversableContext
 void WelcomePanel.onEntry(TraversableContext tc)
           
 void FinishPanel.onEntry(TraversableContext tc)
           
 void WelcomePanel.onExit(TraversableContext tc)
           
 void FSMWizardListener.wizardPanelEntered(Traversable traversable, TraversableContext tc)
           
 void FSMWizardListener.wizardPanelExited(Traversable traversable, TraversableContext tc)
           

 

Uses of TraversableContext in oracle.ideimpl.webupdate

 

Methods in oracle.ideimpl.webupdate with parameters of type TraversableContext
 void UpdatePreferences.onEntry(TraversableContext tc)
           
 void UpdatePreferences.onExit(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.ideimpl.webupdate.wizard

 

Methods in oracle.ideimpl.webupdate.wizard with parameters of type TraversableContext
protected  void SummaryPage.pageSelected(TraversableContext context)
           

 

Uses of TraversableContext in oracle.jdeveloper.db.panels

 

Methods in oracle.jdeveloper.db.panels with parameters of type TraversableContext
protected  void DatabaseConnectionPanel.commitConnectionName(java.lang.String name, TraversableContext dataContext)
          This is called by onExit once the name of the chosen connection has been identified.
protected  ConnectionInfo GlobalDatabaseConnPanel.getConnectionInfo(TraversableContext dataContext)
          Gets the connection information from the data context from which to get an already chosen connection to pre-select in the picker, and to put the chosen connection information.
protected  java.lang.String DatabaseConnectionPanel.getEntryConnection(TraversableContext dataContext)
          Returns the name of a connection to select by default onEntry.
protected  void GlobalDatabaseConnPanel.initPanel(TraversableContext dataContext)
           
 void AppDatabaseConnPanel.onEntry(TraversableContext dataContext)
           
 void GlobalDatabaseConnPanel.onEntry(TraversableContext dataContext)
           
 void DatabaseConnectionPanel.onEntry(TraversableContext dataContext)
           
 void GlobalDatabaseConnPanel.onExit(TraversableContext dataContext)
          The default implementation does nothing.
 void DatabaseConnectionPanel.onExit(TraversableContext dataContext)
           
protected  boolean DatabaseConnectionPanel.validateOnExit(TraversableContext dataContext)
          Gets whether or not validation should be done, and errors should be shown to the user for the given TraversableContext.

 

Uses of TraversableContext in oracle.jdeveloper.library

 

Methods in oracle.jdeveloper.library with parameters of type TraversableContext
 void ProjectLibraryMigrator.migrate(MigrationInfo[] infos, TraversableContext context)
           
 void ClasspathPanel.onExit(TraversableContext tc)
           
 void ApplicationClasspathPanel.onProjectPanelEntry(TraversableContext tc)
           
 void ClasspathPanel.onProjectPanelEntry(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model with parameters of type TraversableContext
 ApplicationContent ApplicationContentPanel.getApplicationContent(TraversableContext tc)
           
 void DependencyPanel.onEntry(TraversableContext dataContext)
          The TraversableContext must be populated with the following: The active Workspace The URL for the active project The PropertyStorage object to edit If modifying dependencies for an existing Dependable, such as a deployment archive, the Dependable under edit must be stored in the TraversableContext
 void DependencyPanel.onExit(TraversableContext dataContext)
           
 void TechnologiesPanel.onExit(TraversableContext tc)
           
 void JProjectDependencyPanel.onExit(TraversableContext tc)
           
 void ApplicationContentPanel.onExit(TraversableContext tc)
           
 void TechnologiesPanel.onProjectPanelEntry(TraversableContext tc)
           
 void JProjectDependencyPanel.onProjectPanelEntry(TraversableContext tc)
           
 void ApplicationContentPanel.onProjectPanelEntry(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.jdeveloper.offlinedb.panels

 

Methods in oracle.jdeveloper.offlinedb.panels with parameters of type TraversableContext
 void OfflineDBChooserPanel.onEntry(TraversableContext data)
           
 void OfflineDBChooserPanel.onExit(TraversableContext data)
           

 

Uses of TraversableContext in oracle.jdeveloper.panels

 

Methods in oracle.jdeveloper.panels with parameters of type TraversableContext
 void SelectDatabaseObjectsPanel.onEntry(TraversableContext tc)
           
 void SelectDatabaseObjectsPanel.onExit(TraversableContext tc)
          Upon leaving this panel, save the _metaData object and the chosen tables list out to the traversable context.

 

Uses of TraversableContext in oracle.jdeveloper.resources

 

Methods in oracle.jdeveloper.resources with parameters of type TraversableContext
 void GenericPanel.onExit(TraversableContext dataContext)
           
 void GenericPanel.onProjectPanelEntry(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi with parameters of type TraversableContext
 void VCSPreferencesTraversable.onEntry(TraversableContext tc)
           
 void VCSPreferencesTraversable.onExit(TraversableContext tc)
           

 

Uses of TraversableContext in oracle.jdevimpl.audit.preferences

 

Methods in oracle.jdevimpl.audit.preferences with parameters of type TraversableContext
 void AuditPreferencesPanel.onEntry(TraversableContext context)
           
 void AuditPreferencesPanel.onExit(TraversableContext context)
           

 

Uses of TraversableContext in oracle.jdevimpl.audit.profile

 

Methods in oracle.jdevimpl.audit.profile with parameters of type TraversableContext
 void AuditProfilePanel.onEntry(TraversableContext context)
           
 void AuditProfilePanel.onExit(TraversableContext context)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.