Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-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.config Contains classes encapsulating JDevelopers's environment settings. 
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.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.builder.file The file package includes the classes and interfaces for generating file objects. 
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.deploy.dt   
oracle.jdeveloper.deploy.dt.wizard.panels   
oracle.jdeveloper.jsp   
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.template.wizard   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

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

Methods in oracle.ide.config that throw TraversalException
 void LogOptionsPanel.onExit(TraversableContext tc)
          Deprecated.  
 

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 NameAndPublicSchemaEditor.commitPanel()
           
protected  void NameAndSchemaAdvancedEditor.commitPanel()
           
protected  void NameEditor.commitPanel()
           
protected  void NameAndSchemaEditor.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 NameAndSchemaAdvancedEditor.validatePanelChange(TraversableContext data)
           
 void NameEditor.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 SynonymPanel.onExit(TraversableContext dataContext)
           
 void DatabaseLinkPanel.onExit(TraversableContext dataContext)
           
 void SelectDBObjectsPanel.onExit(TraversableContext dataContext)
          Called on panel exit.
 void DDLPanel.onExit(TraversableContext data)
           
 void TabbedEditorPanel.onExit(TraversableContext data)
           
 void SelectSchemaPanel.onExit(TraversableContext dataContext)
           
 void SchemaPanel.onExit(TraversableContext dataContext)
           
 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 OrderByPanel.commit()
           
 void SelectObjectsPanel.commit()
           
 void ExpressionPanel.FragmentProvider.commit()
          Commits any edits in progress on the current fragment.
 void BaseSQLQueryPickerPanel.commit(TraversableContext dataContext)
           
protected  void QuickPickObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected abstract  void BaseSQLQueryPickerPanel.commitToPicker(TraversableContext dataContext)
           
protected  void FromObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected  void FromJoinToPicker.exit()
           
 void ExpressionPanel.exited()
          Call when the parent panel is exited.
 void WhereObjectPanel.onExit(TraversableContext dataContext)
           
 void QueryPanel.onExit(TraversableContext dataContext)
           
 void OrderByPanel.onExit(TraversableContext tc)
           
 void GroupByPanel.onExit(TraversableContext dataContext)
           
 void HavingPanel.onExit(TraversableContext tc)
           
 void SelectObjectsPanel.onExit(TraversableContext dataContext)
           
 

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.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 TabbedPanel.onExit(TraversableContext tc)
          This implementation passes the onExit call through the current Traversable being displayed in the tabbed pane.
 void Traversable.onExit(TraversableContext dataContext)
          This method is called when the Traversable is being exited.
 void MDDPanel.onExit(TraversableContext tc)
           
 void DefaultTraversablePanel.onExit(TraversableContext dataContext)
          Does nothing by default.
 

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.builder.file
 

Methods in oracle.jdeveloper.builder.file that throw TraversalException
 java.net.URL FileBuilderModel.validateNewFileURL(java.net.URL url)
           
 

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 SQLServerPanel.onExit(TraversableContext tc)
           
 void OracleLitePanel.onExit(TraversableContext tc)
           
 void MySQLPanel.onExit(TraversableContext tc)
           
 void GenericJDBCPanel.onExit(TraversableContext tc)
           
 void DB2Panel.onExit(TraversableContext tc)
           
 void DatabaseConnectionPanel.onExit(TraversableContext dataContext)
           
 void OraclePanel.onExit(TraversableContext tc)
           
 void ODBCPanel.onExit(TraversableContext tc)
           
 void GlobalDatabaseConnPanel.onExit(TraversableContext dataContext)
          The default implementation does nothing.
protected  void GenericJDBCPanel.validatePanel(TraversableContext tc)
           
protected  void OraclePanel.validatePanel(TraversableContext tc)
           
 

Uses of TraversalException in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt that throw TraversalException
 void ApplicationDeploymentPanel.onExit(TraversableContext dataContext)
           
static void DeploymentProfiles.validateProfileName(java.util.Set usedNames, java.lang.String profileName, java.lang.String titlePrefix)
          Validates a deployment profile name throwing a TraversalException when the given profile name is invalid.
 

Uses of TraversalException in oracle.jdeveloper.deploy.dt.wizard.panels
 

Methods in oracle.jdeveloper.deploy.dt.wizard.panels that throw TraversalException
 void AppServerSelectionPanel.onExit(TraversableContext dataContext)
           
 

Uses of TraversalException in oracle.jdeveloper.jsp
 

Methods in oracle.jdeveloper.jsp that throw TraversalException
 void WebDocumentWizardNewFilePanelExtension.onExit(TraversableContext traversableContext)
           
 

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 J2eePanel.onExit(TraversableContext tc)
           
 void JProjectPanel.onExit(TraversableContext tc)
           
 void ApplicationContentPanel.onExit(TraversableContext tc)
           
 void JProjectLibrariesPanel.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.template.wizard
 

Methods in oracle.jdeveloper.template.wizard that throw TraversalException
 void ManageTemplatesPanel.onExit(TraversableContext context)
           
 

Uses of TraversalException in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that throw TraversalException
 void VCSPropertyTraversable.onExit(TraversableContext tc)
           
protected  void VCSPropertyCustomizer.validateProperties()
           
protected  void VCSVersioningTraversable.validateProperties()
           
protected abstract  void VCSPropertyTraversable.validateProperties()
          Validates the current properties held in the property page UI.
protected  void VCSCommentTemplatesTraversable.validateProperties()
           
 

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)
           
 

Uses of TraversalException in oracle.jdevimpl.bookmarks
 

Methods in oracle.jdevimpl.bookmarks that throw TraversalException
 void BookmarkOptionsPanel.onExit(TraversableContext tc)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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