| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | EnvironOptionsPanelDeprecated. since 11.0 with no replacement. This class is for internal use only and should not have been in a public package. | 
|  class | GlobalIgnoreListPanelDeprecated. since 11.0 with no replacement. This class is an implementation detail and should not have been exposed in a public package. | 
|  class | LogOptionsPanelDeprecated. 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 | CommentEditorWidget 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 | SchemaObjectTargetPickerItemPicker 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 | DBTraversablePanelBase Traversable class for panels in the PanelLibrary framework. | 
|  class | DDLPanel | 
|  class | MDDEditorPanel | 
|  class | SchemaPanel | 
|  class | SelectDBObjectsPanelBase panel for picking DBObjects from a DBObjectProvider. | 
|  class | SelectSchemaPanelSimple panel containing single Schema Picker | 
|  class | SequencePanel | 
|  class | SkippingTraversableExtends DefaultTravesablePanel with the ability to skip to the next panel. | 
|  class | SynonymPanelTraversablePanel designed for use in a DBObjectOnePageDialog for creating or editing Synonyms. | 
|  class | TabbedEditorPanelPanel 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 | BaseSQLQueryBuilderPanelAbstract class for all declarative SQLQuery builder panels to override. | 
|  class | BaseSQLQueryPickerPanel | 
|  class | FromObjectsPanel | 
|  class | GroupByPanelWizard/Dialog panel for editing the GROUP BY clause of a SQL Query. | 
|  class | HavingPanelPanel to edit the HAVING clause in a SQL Query. | 
|  class | OrderByPanelPanel used to edit the ORDER BY clause of a SQL Query. | 
|  class | QueryDisplayPanelPanel that simply displays the query. | 
|  class | QueryPanelEditor panel for the whole query in a SQLQuery. | 
|  class | QuickPickObjectsPanelPanel for quick-picking which objects to include in the various part of the view's sql query. | 
|  class | SelectObjectsPanelPanel for creating and editing SELECT objects as part of a SQL Query. | 
|  class | WhereObjectPanelEditor 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 | DirectoryOptionsPanelDeprecated. since 11.0 with no replacement. | 
| Uses of Traversable in oracle.ide.keyboard | 
|---|
| Classes in oracle.ide.keyboard that implement Traversable | |
|---|---|
|  class | KeyPresetConfigPanelA IDE Settings that controls the shortcut presets | 
|  class | KeyStrokePanelThis 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 | MigrationPanelAn abstract class that extends DefaultTraversablePanel. | 
| Uses of Traversable in oracle.ide.model.panels | 
|---|
| Classes in oracle.ide.model.panels that implement Traversable | |
|---|---|
|  class | ProjectSettingsTraversablePanelThis 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 | PackageClassChooserA chooser for packages and classes that uses URLPathas the source of path information. | 
|  class | URLChooserThe URLChooseris a replacement file chooser forJFileChooser. | 
| 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 | DefaultTraversablePanelComplete default implementation of Traversablethat subclassesJPanel. | 
|  class | MDDPanelThis implementation of NavigableUIContaineris a "master-detail-detail" panel, hence the nameMDDPanel. | 
|  class | NewWorkspacePanelThe NewWorkspacePanelclass implements the UI to create a new workspace. | 
|  class | TabbedPanelThis is a NavigableUIContainerimplementation whose appearance is based onJTabbedPane; each page of aTabbedPanelis aTraversableand the order of the pages is specified by an array ofNavigables. | 
| Methods in oracle.ide.panels that return Traversable | |
|---|---|
| protected  Traversable | MDDPanel.getCurrentTraversable() | 
| protected  Traversable | TabbedPanel.getCurrentTraversable() | 
|  Traversable | MDDEvent.getTraversable() | 
| protected  Traversable | MetaTraversable.newTraversable()Overriding this method is the preferred means of overriding MetaTraversable'sTraversablecreation behavior. | 
|  Traversable | MetaTraversable.newTraversable(ApplyNotifier applyNotifier)This method specifies the Traversablethat will be used in association with theNavigable; in general, onlyNavigableUIContainerimplementations 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 | ResourceBundleOptionsPanelThe ResourceBundleOptionsPanelprovides the UI for the ResourceBundleOptions page on the IDE preferences dialog. | 
|  class | SelectTextPanelProvides 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 | ProxySettingsPanelA panel containing controls for setting the HTTP proxy. | 
| Uses of Traversable in oracle.ide.wizard | 
|---|
| Classes in oracle.ide.wizard that implement Traversable | |
|---|---|
|  class | FinishPanelThe FinishPanelprovides 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 Traversablethat will be used in association with theNavigable; in general, onlyNavigableUIContainerimplementations 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 | UpdatePreferencesPreferences page for check for updates. | 
| Uses of Traversable in oracle.ideimpl.webupdate.wizard | 
|---|
| Classes in oracle.ideimpl.webupdate.wizard that implement Traversable | |
|---|---|
|  class | SummaryPageThe summary page of the IDE update wizard | 
| Uses of Traversable in oracle.jdeveloper.compiler | 
|---|
| Classes in oracle.jdeveloper.compiler that implement Traversable | |
|---|---|
|  class | OjcConfigurationPanelPanel for editing the OJC related options. | 
| Uses of Traversable in oracle.jdeveloper.db.panels | 
|---|
| Classes in oracle.jdeveloper.db.panels that implement Traversable | |
|---|---|
|  class | AppDatabaseConnPanelTraversable panel for selecting a connection from the current application's context, or failing that the central connection store (resource palette / database navigator). | 
|  class | DatabaseConnectionPanelTraversable panel to use in a wizard for selecting a connection from the IDE connection store (Resource Palette and Database Navigator). | 
|  class | DB2Panel | 
|  class | GenericJDBCPanelConnection Specific information for a third party JDBC driver connection | 
|  class | GlobalDatabaseConnPanelTraversable implementation that gives a global connection choice. | 
|  class | MySQLPanel | 
|  class | ODBCPanelConnection specific information for a JDBC-ODBC bridge connection | 
|  class | OracleLitePanelConnection specific information for an Oracle Lite connection | 
|  class | OraclePanelConnection 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 | ProjectDeploymentPanelPanel 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 | ContentSetFilterChooserThis 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 | JProjectDependencyPanelPanel for editing project dependencies. | 
|  class | JProjectLibrariesPanel | 
|  class | JProjectPanelThis is the panel that edits the common input paths of a Project. | 
|  class | PromptPanel | 
|  class | TechnologiesPanelTechnologiesPaneldefines 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 | OfflineDBChooserPanelTraversable 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 | SelectDatabaseObjectsPanelBase 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 | GenericPanelGeneric panel for editing a ContentSet. | 
|  class | ResourcesPanel | 
| Uses of Traversable in oracle.jdeveloper.template.wizard | 
|---|
| Subinterfaces of Traversable in oracle.jdeveloper.template.wizard | |
|---|---|
|  interface | WizardTraversableThis 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 | VCSPropertyCustomizerBasic traversable class representing common version client properties. | 
|  class | VCSPropertyTraversableTraversable UI class for version control client properties. | 
|  class | VCSVersioningTraversableTraversable 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 | AuditPreferencesPanelThe 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 | AuditProfilePanelThe Audit and Metrics profile panel. | 
| Uses of Traversable in oracle.jdevimpl.bookmarks | 
|---|
| Classes in oracle.jdevimpl.bookmarks that implement Traversable | |
|---|---|
|  class | BookmarkOptionsPanelThe BookmarkOptionsPanelis 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.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||