|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.ide.panels | |
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.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
oracle.ide.migration | |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
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.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.jdeveloper.builder.file | The file package includes the classes and interfaces for generating file objects. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
oracle.jdeveloper.cm.dt.wizard | Contains classes related to Wizard implementations used with connection objects. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
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.wizard |
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 | |
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 . |
|
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. |
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 | |
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 | |
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 ApplyEvent s to registered ApplyListener s. |
|
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 CommitEvent s to registered CommitListener s. |
|
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. |
|
FSMFSM is a complete implementation of a finite state machine (a.k.a. |
|
FSMException Base exception class for all FSM-related exceptions. |
|
FSMInvalidException This exception is thrown when the definition of an FSM is determined to be invalid. |
|
MDDEvent |
|
MDDGeometry This class contains the persistent geometry data for an MDDPanel . |
|
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 |
|
Step The Step class is responsible for specifying metadata for a Traversable that has not yet been instantiated; Step differs from MetaTraversable in that Step is intended to be used for specifying a sequence of panels that are displayed by the FSMWizard . |
|
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. |
|
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. |
|
WizardCallbacks This interface defines callback methods that are implemented by a a Traversable -based wizard dialog for the sake of Traversable panels that need to update the state of the wizard dialog's decorations. |
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.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.ceditor | |
Navigable Each instance of the Navigable class represents a single tree node. |
Classes in oracle.ide.panels used by oracle.jdeveloper.cm.dt.wizard | |
CommitNotifier An object that implements CommitNotifier is capable of firing CommitEvent s to registered CommitListener s. |
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.model | |
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 . |
|
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. |
|
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 | |
FSMWizard This class integrates the notion of an FSM-drive wizard with the support of the Bali Wizard framework. |
Classes in oracle.ide.panels used by oracle.jdevimpl.wizard | |
CommitNotifier An object that implements CommitNotifier is capable of firing CommitEvent s to registered CommitListener s. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.