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

E13403-08

Uses of Package
oracle.ide.panels

Packages that use oracle.ide.panels
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.component Contains graphical components that are implemented using two or more basic controls. 
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.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
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 Contains interfaces and classes implementing JDeveloper's data model. 
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.runner Contains classes that allow addins some level of control on the IDE runner system. 
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.builder.file The file package includes the classes and interfaces for generating file objects. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
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.deploy.dt.wizard.spi   
oracle.jdeveloper.jsp   
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.template.wizard   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

Classes in oracle.ide.panels used by oracle.ide.ceditor
Navigable
          Each instance of the Navigable class represents a single tree node.
 

Classes in oracle.ide.panels used by oracle.ide.component
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.config
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MDDPanel
          This implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.db.controls
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.db.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.db.panels.plsql
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
 

Classes in oracle.ide.panels used by oracle.ide.db.panels.sql
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
DialogCallbacks
          This interface defines callback methods that are implemented by a a Traversable-based Launcher dialog for the sake of Traversable dailog that need to update the state of the Launcher dialog's components.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.db.transfer.generate
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.dialogs.filter
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
 

Classes in oracle.ide.panels used by oracle.ide.keyboard
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ide.migration
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ide.model
Navigable
          Each instance of the Navigable class represents a single tree node.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ide.model.panels
ApplyNotifier
          An object that implements ApplyNotifier is capable of firing ApplyEvents to registered ApplyListeners.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Navigable
          Each instance of the Navigable class represents a single tree node.
NavigableContext
          An instance of NavigableContext is used by Navigable instances and a NavigableUIContainer instance to coordinate the association of each Navigable with a data scope creation of tree nodes for a tree-based NavigableUIContainer
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ide.net
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
 

Classes in oracle.ide.panels used by oracle.ide.panels
ActionDescriptionPanel
           
ActionDescriptionPanel.OptionSelectionChangedEvent
          The event that gets triggered when the selected option has changed.
ActionDescriptionPanel.OptionSelectionChangedListener
          The listener that get notified when the selected option has changed.
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
ApplyNotifier
          An object that implements ApplyNotifier is capable of firing ApplyEvents to registered ApplyListeners.
CommitListener
          This interface defines the messages that are sent when commiting (finishing) or canceling from an FSMWizard.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
DialogCallbacks
          This interface defines callback methods that are implemented by a a Traversable-based Launcher dialog for the sake of Traversable dailog that need to update the state of the Launcher dialog's components.
MDDEvent
           
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Navigable
          Each instance of the Navigable class represents a single tree node.
NavigableContext
          An instance of NavigableContext is used by Navigable instances and a NavigableUIContainer instance to coordinate the association of each Navigable with a data scope creation of tree nodes for a tree-based NavigableUIContainer
TDialog
          Subclass of JEWTDialog that is designed to interoperate with TDialogLauncher and Traversable.
TDialogLauncher
          This classes launches a dialog whose content area is a single Traversable, thus the "T" prefix.
TitledPanel
          A panel with a gradient titlebar in bold text at the top and arbitrary content below.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.resourcebundle
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ide.runner
Navigable
          Each instance of the Navigable class represents a single tree node.
 

Classes in oracle.ide.panels used by oracle.ide.webbrowser
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.ide.wizard
CommitListener
          This interface defines the messages that are sent when commiting (finishing) or canceling from an FSMWizard.
CommitNotifier
          An object that implements CommitNotifier is capable of firing CommitEvents to registered CommitListeners.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ideimpl.db.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
 

Classes in oracle.ide.panels used by oracle.ideimpl.webupdate
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.ideimpl.webupdate.wizard
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.builder.file
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.compiler
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.db
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.db.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.deploy.dt
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.deploy.dt.wizard.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.deploy.dt.wizard.spi
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.jsp
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.library
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.model
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.offlinedb.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.panels
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.resources
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Navigable
          Each instance of the Navigable class represents a single tree node.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.template.wizard
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
MDDPanel
          This implementation of NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.vcs.spi
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdeveloper.vcs.util
Navigable
          Each instance of the Navigable class represents a single tree node.
 

Classes in oracle.ide.panels used by oracle.jdevimpl.audit.preferences
MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
Navigable
          Each instance of the Navigable class represents a single tree node.
ProvidesSearchTags
          A Navigable which also implements ProvidesSearchTags supports searching using tags in MDDPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdevimpl.audit.profile
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 

Classes in oracle.ide.panels used by oracle.jdevimpl.bookmarks
ApplyEvent
          The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface.
ApplyListener
          This interface defines the messages that are sent in association with applying or canceling from a NavigableUIContainer.
DefaultTraversablePanel
          Complete default implementation of Traversable that subclasses JPanel.
Traversable
          The methods defined in the Traversable interface specify the operations that a UI component must support in order to be traversed in complex UI widgets such as a property dialog, a wizard, or any other panel-based UI.
TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
TraversalException
          The TraversalException can be thrown by the Traversable.onExit(TraversableContext) method if the user has entered incomplete, invalid, or inconsistent data that causes validation to fail.
 


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

E13403-08

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