| Package | Description | 
|---|---|
| oracle.ide.component | 
 Contains graphical components that are implemented using two or more basic
controls. 
 | 
| oracle.ide.db.components | 
 Contains the ComponentWrapper API, which allows DBObject properties to
 be associated with a UI Component, and the property value by kept
 synchronized with the UI. 
 | 
| 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.transfer.generate | 
 Contains classes that control the targets available for generating database
objects to in the IDE. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| 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.jdeveloper.builder.file | 
 The  
file package includes the classes and interfaces for generating file objects. | 
| oracle.jdeveloper.db | 
 Classes for accessing database connections in JDeveloper (and other FCP
products). 
 | 
| 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.library | 
 The  
Libraries package provides the library API used
by JDeveloper. | 
| 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.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdevimpl.audit.preferences | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URL | 
NewFilePanel.getFileURL()
Retrieves the URL of the file being specified in this dialog. 
 | 
java.net.URL | 
NewFilePanel.getFileURL(boolean validateURL)
Retrieves the URL of the file being specified in this dialog. 
 | 
java.net.URL | 
NewFileValidator.validateNewFileURL(java.net.URL url)
Requests that the specified  
URL be validated. | 
static java.net.URL | 
NewFilePanel.validateURL(java.awt.Component parent,
           java.net.URL tmpURL,
           java.lang.String type,
           boolean canOverwriteOpenNodes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ComponentFactory.canCommit(DBEditorConfig config)
Tests whether the given changes can be commited. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NameEditor.changePanels()
Deprecated. 
 
use PanelLibrary#ensurePanels to ensure the correct editor
 panels in the editor. 
 | 
protected void | 
NameEditor.changePanels(Navigable[] navs)
Deprecated. 
 
use PanelLibrary#ensurePanels to ensure the correct editor
 panels in the editor. 
 | 
protected void | 
NameEditor.changePanels(java.lang.String key,
            Navigable[] navs)
Deprecated.  
 | 
void | 
NameTextField.commit()  | 
protected void | 
NameEditor.commitPanel()  | 
protected void | 
NameAndSchemaEditor.commitPanel()  | 
protected void | 
NameAndSchemaAdvancedEditor.commitPanel()  | 
Schema | 
SchemaPicker.getSchema()  | 
void | 
SchemaObjectTargetPicker.onExit(TraversableContext tc)
Will throw a TraversalException if the current edited name doesn't commit
 properly. 
 | 
protected void | 
NameAndSchemaAdvancedEditor.showAdvancedPanel()  | 
protected void | 
NameAndSchemaAdvancedEditor.showSimplePanel()  | 
protected void | 
NameEditor.validatePanelChange(TraversableContext data)
Deprecated. 
 
with no replacement 
 | 
void | 
NameAndSchemaAdvancedEditor.validatePanelChange(TraversableContext data)
Deprecated. 
 
with no replacement 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SelectDBObjectsPanel.commit(TraversableContext dataContext)
Default implementation of the commit calls  
SelectDBObjectsPanel.getSelectedObjects() and
 places what is returned into the context using the SelectDBObjectsPanel.SELECTED_OBJECTS
 key. | 
protected void | 
TabbedEditorPanel.commitToProvider(TraversableContext data)  | 
static void | 
PanelLibrary.ensurePanels(Namespace dataContext,
            PanelLibrary.PanelSetChangeValidator validator)
Utility method that ensures that the panels available in an editor
 are correct for the current state of the object being edited. 
 | 
static void | 
PanelLibrary.ensureSimplePanels(Namespace dataContext,
                  PanelLibrary.PanelSetChangeValidator validator)
Utility method to ensure that the navigables in the current editor the
 "simple" navigables for the current object type. 
 | 
protected java.lang.String | 
BaseInfoPanel.getInternalName(java.lang.String name)
Deprecated.  
  | 
void | 
TabbedEditorPanel.onExit(TraversableContext data)  | 
void | 
SelectSchemaPanel.onExit(TraversableContext dataContext)  | 
void | 
SelectDBObjectsPanel.onExit(TraversableContext dataContext)
Called on panel exit. 
 | 
void | 
SchemaPanel.onExit(TraversableContext dataContext)  | 
void | 
DDLPanel.onExit(TraversableContext data)  | 
void | 
PanelLibrary.PanelSetChanger.panelSetChange(Navigable[] navs,
              PanelLibrary.PanelSetChangeValidator validator)
Changes the current panel set. 
 | 
void | 
PanelLibrary.HeaderPanelListener.panelSetChange(java.lang.String key,
              Navigable[] navs)
Deprecated.  
Notifies the listeners that the panel set is changing. 
 | 
void | 
PanelLibrary.PanelSetChangeValidator.validatePanelChange(TraversableContext data)
Validate a panel change in process. 
 | 
void | 
PanelLibrary.HeaderPanel.validatePanelChange(TraversableContext data)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NewPlsqlPanel.commitPanel()  | 
void | 
PlSqlCompilerOptionsPanel.onExit(TraversableContext dataContext)  | 
protected void | 
NewUserDefinedTypePanel.performProcess(PlSqlSourceObject newPlSql,
              DBObjectProvider prov)  | 
protected abstract void | 
NewPlsqlPanel.performProcess(PlSqlSourceObject newPlSql,
              DBObjectProvider prov)
Called when the user presses OK. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenerateController.checkCommit(ApplyEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LazyLoadedTraversable.onExit(TraversableContext dataContext)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetailedTraversalException
The  
DetailedTraversalException should be thrown from
  Traversable.onExit(TraversableContext) method if
  the user has entered incomplete, invalid, or inconsistent data
  that causes validation to fail, and you want deatiled exception
  information presented to the user. | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
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 | 
DefaultTraversablePanel.onExit(TraversableContext dataContext)
Does nothing by default. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceBundlePreferencesEditor.onExit(TraversableContext dataContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProxySettingsPanel.onExit(TraversableContext tc)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URL | 
FileBuilderModel.validateNewFileURL(java.net.URL url)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MissingDBConnValueException  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DatabaseConnectionPanel.commitConnectionInfo(ConnectionInfo info,
                    TraversableContext dataContext)
This is called by onExit once the chosen connection has been
 identified. 
 | 
protected void | 
DatabaseConnectionPanel.commitConnectionName(java.lang.String name,
                    TraversableContext dataContext)
Deprecated. 
 
 | 
void | 
GlobalDatabaseConnPanel.onExit(TraversableContext dataContext)
The default implementation does nothing. 
 | 
void | 
DatabaseConnectionPanel.onExit(TraversableContext dataContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeploymentPanelContent.onExit(TraversableContext dataContext)  | 
void | 
CreateProfilePanel.onExit(TraversableContext tc)  | 
static void | 
DeploymentPanelContent.validateProfileName(java.util.Set usedNames,
                   java.lang.String profileName,
                   java.lang.String titlePrefix)
Validates a deployment profile name throwing a TraversalException when the given profile name is invalid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AppServerSelectionPanel.onExit(TraversableContext dataContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClasspathPanel.onExit(TraversableContext tc)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
J2eePanelUtil.checkValidDocumentRoot(java.lang.String documentRoot,
                      java.awt.Component parent,
                      boolean allowInvalid,
                      java.lang.String helpId)
Checks if a web application document root path passed is valid. 
 | 
static void | 
J2eePanelUtil.checkValidWebAppContext(java.lang.String webAppContext,
                       java.awt.Component parent,
                       boolean allowInvalid,
                       java.lang.String helpId)
Checks if web application context string passed is valid. 
 | 
static void | 
J2eePanelUtil.checkValidWebAppName(java.lang.String webAppName,
                    java.awt.Component parent,
                    boolean allowInvalid,
                    java.lang.String helpId)
Checks if a web application name passed is valid. 
 | 
void | 
JProjectPanel.onExit(TraversableContext tc)  | 
void | 
ApplicationContentPanel.onExit(TraversableContext tc)  | 
| Modifier and Type | Method and Description | 
|---|---|
OfflineDBObjectProvider | 
OfflineDBChooserPanel.getOrCreateProvider()
Gets the chosen provider. 
 | 
void | 
OfflineDBChooserPanel.onExit(TraversableContext data)
Gets (or creates) the chosen offline database and puts it in the
 TravserableContext under the panel's  
data
 key. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SelectDatabaseObjectsPanel.onExit(TraversableContext tc)
Upon leaving this panel, save the _metaData object and the
  chosen tables list out to the traversable context. 
 | 
protected abstract void | 
SelectDatabaseObjectsPanel.savePendingEntityNameChanges()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenericPanel.onExit(TraversableContext dataContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VCSPreferencesTraversable.onExit(TraversableContext tc)  | 
protected void | 
VCSVersioningTraversable.validatePreferences()  | 
protected abstract void | 
VCSPreferencesTraversable.validatePreferences()
Validates the current preferences held in the preferences page UI. 
 | 
protected void | 
VCSPreferencesCustomizer.validatePreferences()  | 
protected void | 
VCSCommentTemplatesTraversable.validatePreferences()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditPreferencesPanel.onExit(TraversableContext context)  |