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.TraversalException

Packages that use TraversalException
oracle.ide.component Contains graphical components that are implemented using two or more basic controls. 
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.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
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 TraversalException in oracle.ide.component

 

Methods in oracle.ide.component that throw TraversalException
 java.net.URL NewFilePanel.getFileURL()
          Retrieves the URL of the file being specified in this dialog.
 java.net.URL NewFilePanel.getFileURL(boolean validateURL)
          Retrieves the URL of the file being specified in this dialog.
 java.net.URL NewFileValidator.validateNewFileURL(java.net.URL url)
          Requests that the specified URL be validated.
static java.net.URL NewFilePanel.validateURL(java.awt.Component parent, java.net.URL tmpURL, java.lang.String type, boolean canOverwriteOpenNodes)
           

 

Uses of TraversalException in oracle.ide.db.controls

 

Methods in oracle.ide.db.controls that throw TraversalException
protected  void NameEditor.changePanels(java.lang.String key, Navigable[] navs)
           
 void NameTextField.commit()
           
protected  void NameAndSchemaEditor.commitPanel()
           
protected  void NameEditor.commitPanel()
           
protected  void NameAndSchemaAdvancedEditor.commitPanel()
           
protected  void NameAndPublicSchemaEditor.commitPanel()
           
 Schema SchemaPicker.getSchema()
           
 Table TablePicker.getTable()
           
 void CommentEditor.onExit(TraversableContext data)
           
 void SchemaObjectTargetPicker.onExit(TraversableContext tc)
          Will throw a TraversalException if the current edited name doesn't commit properly.
protected  void NameAndSchemaAdvancedEditor.showAdvancedPanel()
           
protected  void NameAndSchemaAdvancedEditor.showSimplePanel()
           
 void NameEditor.validatePanelChange(TraversableContext data)
           
 void NameAndSchemaAdvancedEditor.validatePanelChange(TraversableContext data)
           

 

Uses of TraversalException in oracle.ide.db.panels

 

Methods in oracle.ide.db.panels that throw TraversalException
 DataTypeUsage DataTypePanel.commit(Column col)
           
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  java.lang.String BaseInfoPanel.getInternalName(java.lang.String name)
           
 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.HeaderPanelListener.panelSetChange(java.lang.String key, Navigable[] navs)
          Notifies the listeners that the panel set is changing.
 void TabbedEditorPanel.panelSetChange(java.lang.String key, Navigable[] navs)
           
 void PanelLibrary.HeaderPanel.validatePanelChange(TraversableContext data)
           

 

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

 

Methods in oracle.ide.db.panels.sql that throw TraversalException
 void GroupByPanel.commit()
           
 void SelectObjectsPanel.commit()
           
 void OrderByPanel.commit()
           
 void ExpressionPanel.FragmentProvider.commit()
          Commits any edits in progress on the current fragment.
 void BaseSQLQueryPickerPanel.commit(TraversableContext dataContext)
           
protected  void FromObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected  void QuickPickObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected abstract  void BaseSQLQueryPickerPanel.commitToPicker(TraversableContext dataContext)
           
protected  void FromJoinToPicker.exit()
           
 void ExpressionPanel.exited()
          Call when the parent panel is exited.
 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 TraversalException in oracle.ide.db.transfer.generate

 

Methods in oracle.ide.db.transfer.generate that throw TraversalException
 void GenerateController.checkCommit(ApplyEvent event)
           

 

Uses of TraversalException in oracle.ide.model

 

Methods in oracle.ide.model that throw TraversalException
 void LazyLoadedTraversable.onExit(TraversableContext dataContext)
           

 

Uses of TraversalException in oracle.ide.panels

 

Subclasses of TraversalException in oracle.ide.panels
 class DetailedTraversalException
          The DetailedTraversalException should be thrown from Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail, and you want deatiled exception information presented to the user.

 

Methods in oracle.ide.panels that throw TraversalException
 void CommitListener.checkCommit(ApplyEvent event)
          Called to see if the listener is ready to commit.
 void CommitListener.commit(ApplyEvent event)
          Called to have the listener perform the commit action.
 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.

 

Uses of TraversalException in oracle.ide.webbrowser

 

Methods in oracle.ide.webbrowser that throw TraversalException
 void ProxySettingsPanel.onExit(TraversableContext tc)
           

 

Uses of TraversalException in oracle.jdeveloper.db

 

Subclasses of TraversalException in oracle.jdeveloper.db
 class MissingDBConnValueException
           

 

Uses of TraversalException in oracle.jdeveloper.db.panels

 

Methods in oracle.jdeveloper.db.panels that throw TraversalException
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.
 void GlobalDatabaseConnPanel.onExit(TraversableContext dataContext)
          The default implementation does nothing.
 void DatabaseConnectionPanel.onExit(TraversableContext dataContext)
           

 

Uses of TraversalException in oracle.jdeveloper.library

 

Methods in oracle.jdeveloper.library that throw TraversalException
 void ClasspathPanel.onExit(TraversableContext tc)
           

 

Uses of TraversalException in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model that throw TraversalException
static void J2eePanelUtil.checkValidWebAppContext(java.lang.String webAppContext, java.awt.Component parent, boolean allowInvalid, java.lang.String helpId)
          Checks if web application context string passed is valid.
static void J2eePanelUtil.checkValidWebAppName(java.lang.String webAppName, java.awt.Component parent, boolean allowInvalid, java.lang.String helpId)
          Checks if a web application name passed is valid.
 void ApplicationContentPanel.onExit(TraversableContext tc)
           

 

Uses of TraversalException in oracle.jdeveloper.offlinedb.panels

 

Methods in oracle.jdeveloper.offlinedb.panels that throw TraversalException
 void OfflineDBChooserPanel.onExit(TraversableContext data)
           

 

Uses of TraversalException in oracle.jdeveloper.panels

 

Methods in oracle.jdeveloper.panels that throw TraversalException
 void SelectDatabaseObjectsPanel.onExit(TraversableContext tc)
          Upon leaving this panel, save the _metaData object and the chosen tables list out to the traversable context.
protected abstract  void SelectDatabaseObjectsPanel.savePendingEntityNameChanges()
           

 

Uses of TraversalException in oracle.jdeveloper.resources

 

Methods in oracle.jdeveloper.resources that throw TraversalException
 void GenericPanel.onExit(TraversableContext dataContext)
           

 

Uses of TraversalException in oracle.jdeveloper.vcs.spi

 

Methods in oracle.jdeveloper.vcs.spi that throw TraversalException
 void VCSPreferencesTraversable.onExit(TraversableContext tc)
           
protected abstract  void VCSPreferencesTraversable.validatePreferences()
          Validates the current preferences held in the preferences page UI.
protected  void VCSVersioningTraversable.validatePreferences()
           
protected  void VCSCommentTemplatesTraversable.validatePreferences()
           
protected  void VCSPreferencesCustomizer.validatePreferences()
           

 

Uses of TraversalException in oracle.jdevimpl.audit.preferences

 

Methods in oracle.jdevimpl.audit.preferences that throw TraversalException
 void AuditPreferencesPanel.onExit(TraversableContext context)
           

 

Uses of TraversalException in oracle.jdevimpl.audit.profile

 

Methods in oracle.jdevimpl.audit.profile that throw TraversalException
 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.