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

E13403-04

Uses of Interface
oracle.ide.panels.Traversable

Packages that use Traversable
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.plsql   
oracle.ide.db.panels.sql UI classes for declaratively editing a SQL query. 
oracle.ide.dialogs.filter   
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.panels   
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.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.db.panels   
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.wizard   
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
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.deploy.dt.wizard.spi   
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 Traversable in oracle.ide.config
 

Classes in oracle.ide.config that implement Traversable
 class EnvironOptionsPanel
          Deprecated. since 11.0 with no replacement. This class is for internal use only and should not have been in a public package.
 class GlobalIgnoreListPanel
          Deprecated. since 11.0 with no replacement. This class is an implementation detail and should not have been exposed in a public package.
 class LogOptionsPanel
          Deprecated. since 11.0 with no replacement. This class is an implementation detail and should not have been exposed in a public package.
 

Methods in oracle.ide.config with parameters of type Traversable
static SettingsPageCustomizationHelper SettingsUIRegistry.getHelper(Traversable t, java.lang.String pageId)
          Returns a helper that can be used to automatically enable / disable and show / hide components on a page based on customization information.
 

Uses of Traversable in oracle.ide.db.controls
 

Classes in oracle.ide.db.controls that implement Traversable
 class CommentEditor
          Widget for editing an object's comment.
 class NameAndPublicSchemaEditor
           
 class NameAndSchemaAdvancedEditor<T extends SchemaObject>
          Extension of the NameAndSchemaEditor that includes an advanced checkbox.
 class NameAndSchemaEditor<T extends SchemaObject>
          Resuable widget for editing a SchemaObject's name and schema.
 class NameEditor<T extends SystemObject>
          Resuable widget for editing a SystemObject's name.
 class SchemaObjectTargetPicker
          ItemPicker designed to be used as the target (right or to) picker in the shuttle on a SelectDBObjectsPanel.
 

Uses of Traversable in oracle.ide.db.panels
 

Classes in oracle.ide.db.panels that implement Traversable
 class BaseInfoPanel
           
 class DatabaseLinkPanel
           
 class DBTraversablePanel
          Base Traversable class for panels in the PanelLibrary framework.
 class DDLPanel
           
 class MDDEditorPanel
           
 class SchemaPanel
           
 class SelectDBObjectsPanel
          Base panel for picking DBObjects from a DBObjectProvider.
 class SelectSchemaPanel
          Simple panel containing single Schema Picker
 class SequencePanel
           
 class SkippingTraversable
          Extends DefaultTravesablePanel with the ability to skip to the next panel.
 class SynonymPanel
          TraversablePanel designed for use in a DBObjectOnePageDialog for creating or editing Synonyms.
 class TabbedEditorPanel
          Panel that makes up a create or edit dialog.
 class TemplateObjectsPanel
           
 class XMLSchemaTabbedPanel
           
 

Fields in oracle.ide.db.panels declared as Traversable
protected  Traversable TabbedEditorPanel.m_middle
           
 

Methods in oracle.ide.db.panels that return Traversable
protected  Traversable PanelLibrary.createMainPanel(Traversable header, Navigable[] navs, java.lang.String startPage)
           
protected  Traversable MDDEditorPanel.createPanel(Navigable[] navs)
           
protected  Traversable TabbedEditorPanel.createPanel(Navigable[] navs)
           
 Traversable PanelLibrary.getMainDialogPanel(DBObject obj, DBObjectProvider pro, DBObject child, Navigable[] navs)
          Retruns the main panel to use in a dialog.
 

Methods in oracle.ide.db.panels that return types with arguments of type Traversable
protected  java.lang.Class<? extends Traversable> PanelLibrary.getHeader()
          Returns the traversable class to use for the header component.
 

Methods in oracle.ide.db.panels with parameters of type Traversable
protected  Traversable PanelLibrary.createMainPanel(Traversable header, Navigable[] navs, java.lang.String startPage)
           
protected  void MDDEditorPanel.enterPanel(Traversable panel)
           
protected  void TabbedEditorPanel.enterPanel(Traversable panel)
          Enters the given panel using the stored data.
 java.awt.Component PanelLibrary.getInitialFocus(Traversable mainPanel)
          Get a component from the given main panel for the dialog to put the initial focus in.
 

Constructors in oracle.ide.db.panels with parameters of type Traversable
MDDEditorPanel(Traversable top, Navigable[] navs, java.lang.String startPage)
           
MDDEditorPanel(Traversable top, Navigable[] navs, java.lang.String startPage, int panelThreshold)
           
TabbedEditorPanel(Traversable top, Navigable[] navs, java.lang.String startPage)
           
XMLSchemaTabbedPanel(Traversable top, Navigable[] navs)
           
 

Uses of Traversable in oracle.ide.db.panels.plsql
 

Classes in oracle.ide.db.panels.plsql that implement Traversable
 class oracle.ide.db.panels.plsql.PlSqlTabbedPanel
           
 

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

Classes in oracle.ide.db.panels.sql that implement Traversable
 class BaseSQLQueryBuilderPanel
          Abstract class for all declarative SQLQuery builder panels to override.
 class BaseSQLQueryPickerPanel
           
 class FromObjectsPanel
           
 class GroupByPanel
          Wizard/Dialog panel for editing the GROUP BY clause of a SQL Query.
 class HavingPanel
          Panel to edit the HAVING clause in a SQL Query.
 class OrderByPanel
          Panel used to edit the ORDER BY clause of a SQL Query.
 class QueryDisplayPanel
          Panel that simply displays the query.
 class QueryPanel
          Editor panel for the whole query in a SQLQuery.
 class QuickPickObjectsPanel
          Panel for quick-picking which objects to include in the various part of the view's sql query.
 class SelectObjectsPanel
          Panel for creating and editing SELECT objects as part of a SQL Query.
 class WhereObjectPanel
          Editor panel for the WhereObject in a SQLQuery.
 

Uses of Traversable in oracle.ide.dialogs.filter
 

Classes in oracle.ide.dialogs.filter that implement Traversable
 class DirectoryOptionsPanel
          Deprecated. since 11.0 with no replacement.
 

Uses of Traversable in oracle.ide.keyboard
 

Classes in oracle.ide.keyboard that implement Traversable
 class KeyPresetConfigPanel
          A IDE Settings that controls the shortcut presets
 class KeyStrokePanel
          This panel edits shortcuts in one context.
 

Methods in oracle.ide.keyboard that return Traversable
 Traversable KeyStrokesConfigUI.newTraversable()
          Deprecated.  
 

Uses of Traversable in oracle.ide.migration
 

Classes in oracle.ide.migration that implement Traversable
 class MigrationPanel
          An abstract class that extends DefaultTraversablePanel.
 

Uses of Traversable in oracle.ide.model.panels
 

Classes in oracle.ide.model.panels that implement Traversable
 class ProjectSettingsTraversablePanel
          This panel is designed for use in the Project Properties dialog.
 

Methods in oracle.ide.model.panels that return Traversable
 Traversable ProjectContentNavigable.newTraversable(ApplyNotifier applyNotifier)
           
 

Uses of Traversable in oracle.ide.net
 

Classes in oracle.ide.net that implement Traversable
 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.
 

Methods in oracle.ide.net with parameters of type Traversable
 int URLChooser.showOpenDialog(java.awt.Component parent, Traversable content, java.lang.String title)
           
 int URLChooser.showSaveDialog(java.awt.Component parent, Traversable content, java.lang.String title)
           
 

Uses of Traversable in oracle.ide.panels
 

Classes in oracle.ide.panels that implement Traversable
 class DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
 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.
 

Methods in oracle.ide.panels that return Traversable
protected  Traversable TabbedPanel.getCurrentTraversable()
           
protected  Traversable MDDPanel.getCurrentTraversable()
           
 Traversable MDDEvent.getTraversable()
           
protected  Traversable MetaTraversable.newTraversable()
          Overriding this method is the preferred means of overriding MetaTraversable's Traversable creation behavior.
 Traversable MetaTraversable.newTraversable(ApplyNotifier applyNotifier)
          This method specifies the Traversable that will be used in association with the Navigable; in general, only NavigableUIContainer implementations should call this method directly.
 

Methods in oracle.ide.panels with parameters of type Traversable
static java.lang.String MetaTraversable.findHelpID(MetaTraversable metaTrav, Traversable trav)
          Internal only.
 

Constructors in oracle.ide.panels with parameters of type Traversable
NodeTDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback, Node[] sources)
          The traversable's onEntry(...) method is called as a side effect of constructing the NodeTDialogLauncher.
TDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data)
           
TDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback)
          The traversable's onEntry(...) method is called as a side effect of constructing the TDialogLauncher.
 

Uses of Traversable in oracle.ide.resourcebundle
 

Classes in oracle.ide.resourcebundle that implement Traversable
 class ResourceBundleOptionsPanel
          The ResourceBundleOptionsPanel provides the UI for the ResourceBundleOptions page on the IDE preferences dialog.
 class SelectTextPanel
          Provides a panel that can be used to select an existing resource from a resource bundle or create a new entry in a resource bundle (if the bundle allows creation of new resources).
 

Uses of Traversable in oracle.ide.webbrowser
 

Classes in oracle.ide.webbrowser that implement Traversable
 class ProxySettingsPanel
          A panel containing controls for setting the HTTP proxy.
 

Uses of Traversable in oracle.ide.wizard
 

Classes in oracle.ide.wizard that implement Traversable
 class FinishPanel
          The FinishPanel provides a TraversablePanel implementation of a Wizard Finish page.
 class WelcomePanel
           
 

Methods in oracle.ide.wizard that return Traversable
 Traversable Step.newTraversable(CommitNotifier commitNotifier)
          This method specifies the Traversable that will be used in association with the Navigable; in general, only NavigableUIContainer implementations should call this method directly.
 

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

Uses of Traversable in oracle.ideimpl.db.panels
 

Classes in oracle.ideimpl.db.panels that implement Traversable
 class oracle.ideimpl.db.panels.BaseEditorPanel<T extends DBObject>
           
 

Uses of Traversable in oracle.ideimpl.webupdate
 

Classes in oracle.ideimpl.webupdate that implement Traversable
 class UpdatePreferences
          Preferences page for check for updates.
 

Uses of Traversable in oracle.ideimpl.webupdate.wizard
 

Classes in oracle.ideimpl.webupdate.wizard that implement Traversable
 class SummaryPage
          The summary page of the IDE update wizard
 

Uses of Traversable in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement Traversable
 class OjcConfigurationPanel
          Panel for editing the OJC related options.
 

Uses of Traversable in oracle.jdeveloper.db.panels
 

Classes in oracle.jdeveloper.db.panels that implement Traversable
 class AppDatabaseConnPanel
          Traversable panel for selecting a connection from the current application's context, or failing that the central connection store (resource palette / database navigator).
 class DatabaseConnectionPanel
          Traversable panel to use in a wizard for selecting a connection from the IDE connection store (Resource Palette and Database Navigator).
 class DB2Panel
           
 class GenericJDBCPanel
          Connection Specific information for a third party JDBC driver connection
 class GlobalDatabaseConnPanel
          Traversable implementation that gives a global connection choice.
 class MySQLPanel
           
 class ODBCPanel
          Connection specific information for a JDBC-ODBC bridge connection
 class OracleLitePanel
          Connection specific information for an Oracle Lite connection
 class OraclePanel
          Connection specific information for an Oracle (ANY TYPE) connection
 class SQLServerPanel
           
 

Uses of Traversable in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement Traversable
 class ApplicationDeploymentPanel
           
 class ProjectDeploymentPanel
          Panel for editing the profiles.
 

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

Classes in oracle.jdeveloper.deploy.dt.wizard.panels that implement Traversable
 class AppServerSelectionPanel
           
 

Uses of Traversable in oracle.jdeveloper.deploy.dt.wizard.spi
 

Classes in oracle.jdeveloper.deploy.dt.wizard.spi that implement Traversable
 class AbstractDeployWizardPanel
           
 

Uses of Traversable in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Traversable
 class ApplicationContentPanel
           
 class ContentSetFilterChooser
          This class is a nearly-intact copy of oracle.ide.net.PackageClassChooser with modifications to allow it to handle generic folders and files, rather than just Java classes and packages.
 class DependencyPanel
           
 class J2eePanel
           
 class JProjectDependencyPanel
          Panel for editing project dependencies.
 class JProjectLibrariesPanel
           
 class JProjectPanel
          This is the panel that edits the common input paths of a Project.
 class PromptPanel
           
 class TechnologiesPanel
          TechnologiesPanel defines the 'Technology Scope' project settings panel UI.
 

Uses of Traversable in oracle.jdeveloper.offlinedb.panels
 

Classes in oracle.jdeveloper.offlinedb.panels that implement Traversable
 class OfflineDBChooserPanel
          Traversable panel that allows the user to choose (or create) an Offline Database.
 

Uses of Traversable in oracle.jdeveloper.panels
 

Classes in oracle.jdeveloper.panels that implement Traversable
 class SelectDatabaseObjectsPanel
          Base panel for selecting database objects using a shuttle control, typically for conversion into a Java object such as an EJB, an ordinary Java class, or a BC4J Entity object.
 

Uses of Traversable in oracle.jdeveloper.resources
 

Classes in oracle.jdeveloper.resources that implement Traversable
 class GenericPanel
          Generic panel for editing a ContentSet.
 class ResourcesPanel
           
 

Uses of Traversable in oracle.jdeveloper.template.wizard
 

Subinterfaces of Traversable in oracle.jdeveloper.template.wizard
 interface WizardTraversable
          This interface specifies the operations that must be supported by a GUI component added to the project-from-template and application-from-template wizards.
 

Classes in oracle.jdeveloper.template.wizard that implement Traversable
 class ManageTemplatesPanel
           
 

Uses of Traversable in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement Traversable
 class VCSCommentTemplatesTraversable
           
 class VCSPropertyCustomizer
          Basic traversable class representing common version client properties.
 class VCSPropertyTraversable
          Traversable UI class for version control client properties.
 class VCSVersioningTraversable
          Traversable UI class representing the top-level node for version control.
 

Uses of Traversable in oracle.jdevimpl.audit.preferences
 

Classes in oracle.jdevimpl.audit.preferences that implement Traversable
 class AuditPreferencesPanel
          The basic Audit preferences panel.
 

Methods in oracle.jdevimpl.audit.preferences that return Traversable
protected  Traversable AuditPreferencesNode.newTraversable()
           
 

Uses of Traversable in oracle.jdevimpl.audit.profile
 

Classes in oracle.jdevimpl.audit.profile that implement Traversable
 class AuditProfilePanel
          The Audit and Metrics profile panel.
 

Uses of Traversable in oracle.jdevimpl.bookmarks
 

Classes in oracle.jdevimpl.bookmarks that implement Traversable
 class BookmarkOptionsPanel
          The BookmarkOptionsPanel is the panel that lays out components to allow editing of bookmark options.
 


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.