| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultTraversablePanel | |
|---|---|
| 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.bookmarks | |
| Uses of DefaultTraversablePanel in oracle.ide.config | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.config | |
|---|---|
 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.  | 
| Uses of DefaultTraversablePanel in oracle.ide.db.controls | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.db.controls | |
|---|---|
 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.  | 
| Uses of DefaultTraversablePanel in oracle.ide.db.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.db.panels | |
|---|---|
 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 | 
| Uses of DefaultTraversablePanel in oracle.ide.db.panels.plsql | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.db.panels.plsql | |
|---|---|
 class | 
oracle.ide.db.panels.plsql.PlSqlTabbedPanel | 
| Uses of DefaultTraversablePanel in oracle.ide.db.panels.sql | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.db.panels.sql | |
|---|---|
 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 DefaultTraversablePanel in oracle.ide.dialogs.filter | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.dialogs.filter | |
|---|---|
 class | 
DirectoryOptionsPanelDeprecated. since 11.0 with no replacement.  | 
| Uses of DefaultTraversablePanel in oracle.ide.keyboard | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.keyboard | |
|---|---|
 class | 
KeyPresetConfigPanelA IDE Settings that controls the shortcut presets  | 
 class | 
KeyStrokePanelThis panel edits shortcuts in one context.  | 
| Uses of DefaultTraversablePanel in oracle.ide.migration | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.migration | |
|---|---|
 class | 
MigrationPanelAn abstract class that extends DefaultTraversablePanel.  | 
| Uses of DefaultTraversablePanel in oracle.ide.model.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.model.panels | |
|---|---|
 class | 
ProjectSettingsTraversablePanelThis panel is designed for use in the Project Properties dialog.  | 
| Uses of DefaultTraversablePanel in oracle.ide.net | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.net | |
|---|---|
 class | 
PackageClassChooserA chooser for packages and classes that uses URLPath as the source of path information. | 
 class | 
URLChooserThe URLChooser is a replacement file chooser for JFileChooser. | 
| Uses of DefaultTraversablePanel in oracle.ide.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.panels | |
|---|---|
 class | 
MDDPanelThis implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel. | 
 class | 
NewWorkspacePanelThe NewWorkspacePanel class implements the UI to create a new workspace. | 
 class | 
TabbedPanelThis 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. | 
| Uses of DefaultTraversablePanel in oracle.ide.resourcebundle | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.resourcebundle | |
|---|---|
 class | 
ResourceBundleOptionsPanelThe ResourceBundleOptionsPanel provides the UI for the ResourceBundleOptions page on the IDE preferences dialog. | 
| Uses of DefaultTraversablePanel in oracle.ide.webbrowser | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.webbrowser | |
|---|---|
 class | 
ProxySettingsPanelA panel containing controls for setting the HTTP proxy.  | 
| Uses of DefaultTraversablePanel in oracle.ide.wizard | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ide.wizard | |
|---|---|
 class | 
FinishPanelThe FinishPanel provides a TraversablePanel implementation of a Wizard Finish page. | 
 class | 
WelcomePanel | 
| Uses of DefaultTraversablePanel in oracle.ideimpl.db.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ideimpl.db.panels | |
|---|---|
 class | 
oracle.ideimpl.db.panels.BaseEditorPanel<T extends DBObject> | 
| Uses of DefaultTraversablePanel in oracle.ideimpl.webupdate | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ideimpl.webupdate | |
|---|---|
 class | 
UpdatePreferencesPreferences page for check for updates.  | 
| Uses of DefaultTraversablePanel in oracle.ideimpl.webupdate.wizard | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.ideimpl.webupdate.wizard | |
|---|---|
 class | 
SummaryPageThe summary page of the IDE update wizard  | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.compiler | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.compiler | |
|---|---|
 class | 
OjcConfigurationPanelPanel for editing the OJC related options.  | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.db.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.db.panels | |
|---|---|
 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 DefaultTraversablePanel in oracle.jdeveloper.deploy.dt | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.deploy.dt | |
|---|---|
 class | 
ApplicationDeploymentPanel | 
 class | 
ProjectDeploymentPanelPanel for editing the profiles.  | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.deploy.dt.wizard.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.deploy.dt.wizard.panels | |
|---|---|
 class | 
AppServerSelectionPanel | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.deploy.dt.wizard.spi | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.deploy.dt.wizard.spi | |
|---|---|
 class | 
AbstractDeployWizardPanel | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.model | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.model | |
|---|---|
 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 | 
TechnologiesPanelTechnologiesPanel defines the 'Technology Scope' project settings panel UI. | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.offlinedb.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.offlinedb.panels | |
|---|---|
 class | 
OfflineDBChooserPanelTraversable panel that allows the user to choose (or create) an Offline Database.  | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.panels | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.panels | |
|---|---|
 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 DefaultTraversablePanel in oracle.jdeveloper.resources | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.resources | |
|---|---|
 class | 
GenericPanelGeneric panel for editing a ContentSet.  | 
 class | 
ResourcesPanel | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.template.wizard | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.template.wizard | |
|---|---|
 class | 
ManageTemplatesPanel | 
| Uses of DefaultTraversablePanel in oracle.jdeveloper.vcs.spi | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdeveloper.vcs.spi | |
|---|---|
 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 DefaultTraversablePanel in oracle.jdevimpl.bookmarks | 
|---|
| Subclasses of DefaultTraversablePanel in oracle.jdevimpl.bookmarks | |
|---|---|
 class | 
BookmarkOptionsPanelThe 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.7.3) E13403-11  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||