Extension SDK 10.1.2

Uses of Class
oracle.ide.panels.DefaultTraversablePanel

Packages that use DefaultTraversablePanel
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.net Provides a virtual file system framework based on java.net.URL. 
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 DefaultTraversablePanel in oracle.ide.config
 

Subclasses of DefaultTraversablePanel in oracle.ide.config
 class DocumentExtensionsPanel
          DocumentExtensionsPanel class.
 class EnvironOptionsPanel
          A panel to edit EnvironOptions.
 class LogOptionsPanel
          A panel to edit the log properties in EnvironOptions.
 

Uses of DefaultTraversablePanel in oracle.ide.keyboard
 

Subclasses of DefaultTraversablePanel in oracle.ide.keyboard
 class KeyPresetConfigPanel
          A IDE Settings that controls the shortcut presets
 class KeyStrokePanel
          This panel edits shortcuts in one context.
 

Uses of DefaultTraversablePanel in oracle.ide.migration
 

Subclasses of DefaultTraversablePanel in oracle.ide.migration
 class MigrationPanel
          An abstract class that extends DefaultTraversablePanel.
 

Uses of DefaultTraversablePanel in oracle.ide.net
 

Subclasses of DefaultTraversablePanel in oracle.ide.net
 class PackageClassChooser
          A chooser for packages and classes that uses URLPath as the source of path information.
 class URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
 

Uses of DefaultTraversablePanel in oracle.ide.panels
 

Subclasses of DefaultTraversablePanel in oracle.ide.panels
(package private)  class oracle.ide.panels.AbstractUIContainer
          Common implementation for concrete NavigableUIContainer classes.
 class FinishPanel
          The FinishPanel provides a TraversablePanel implementation of a Finish page matching the Oracle Wizard Guidelines.
 class MDDPanel
          This implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel.
 class NewWorkspacePanel
          The NewWorkspacePanel class implements the UI to create a new workspace.
 class TabbedPanel
          This is a NavigableUIContainer implementation whose appearance is based on JTabbedPane; each page of a TabbedPanel is a Traversable and the order of the pages is specified by an array of Navigables.
 class WelcomePanel
           
 

Uses of DefaultTraversablePanel in oracle.jdeveloper.compiler
 

Subclasses of DefaultTraversablePanel in oracle.jdeveloper.compiler
 class OjcConfigurationPanel
          Panel for editing the data.
 

Uses of DefaultTraversablePanel in oracle.jdeveloper.model
 

Subclasses of DefaultTraversablePanel in oracle.jdeveloper.model
 class J2eePanel
           
 class JProjectConfigurationsPanel
          This is the panel that lets the user manage configurations.
 class JProjectDependencyPanel
          Panel for editing project dependencies.
 class JProjectPanel
          This is the panel that edits the common input paths of a JProject.
 class PromptPanel
           
 class TechnologiesPanel
          TechnologiesPanel defines the 'Technology Scope' project settings panel UI.
 

Uses of DefaultTraversablePanel in oracle.jdeveloper.vcs.spi
 

Subclasses of DefaultTraversablePanel in oracle.jdeveloper.vcs.spi
 class VCSPropertyCustomizer
          Basic traversable class representing common version client properties.
 class VCSPropertyTraversable
          Traversable UI class for version control client properties.
 


Extension SDK

 

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