Extension SDK 10.1.2

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.panels Provides a framework for building panel-based UI. 
oracle.jdeveloper.builder.file The file package includes the classes and interfaces for generating file objects. 
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 TraversalException in oracle.ide.component
 

Methods in oracle.ide.component that throw TraversalException
 java.net.URL NewFileValidator.validateNewFileURL(java.net.URL url)
          Requests that the specified URL be validated.
 java.net.URL NewFilePanel.getFileURL()
          Retrieves the URL of the file being specified in this dialog.
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.panels
 

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

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

Methods in oracle.jdeveloper.model that throw TraversalException
 void JProjectConfigurationsPanel.onExit(TraversableContext tc)
           
 void J2eePanel.onExit(TraversableContext tc)
           
 void JProjectPanel.onExit(TraversableContext tc)
           
 

Uses of TraversalException in oracle.jdeveloper.vcs.spi
 

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


Extension SDK

 

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