| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ApplyListener | This interface defines the messages that are sent in association
  with applying or canceling from a NavigableUIContainer. | 
| ApplyNotifier | An object that implements ApplyNotifieris capable
  of firingApplyEvents to registeredApplyListeners. | 
| CommitListener | This interface defines the messages that are sent when commiting (finishing)
 or canceling from an FSMWizard. | 
| CommitNotifier | An object that implements CommitNotifieris capable
  of firingCommitEvents to registeredCommitListeners. | 
| ProvidesDebugInformation | A Traversable which implements ProvidesDebugInformation will show extended information in a tooltip when the ide is in a mode which shows debug tooltips on MDDPanel. | 
| ProvidesSearchTags | A Navigablewhich also implements
 ProvidesSearchTags supports searching using tags in MDDPanel. | 
| Traversable | The methods defined in the Traversableinterface
  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. | 
| Class Summary | |
|---|---|
| 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 ApplyEventis the event object used in the methods
  that are part of theApplyListenerinterface. | 
| DefaultTraversablePanel | Complete default implementation of Traversablethat
  subclassesJPanel. | 
| DetailNavigable | |
| DialogCallbacks | This interface defines callback methods that are implemented by a
  a Traversable-based Launcher dialog for the sake ofTraversabledailog that need to update the state of the
  Launcher dialog's components. | 
| LinkPanel | |
| MDDAdapter | Default implementation of the MDDListener interface. | 
| MDDEvent | |
| MDDPanel | This implementation of NavigableUIContaineris a
  "master-detail-detail" panel, hence the nameMDDPanel. | 
| MetaTraversable | The MetaTraversableclass is responsible for
  specifying metadata for aTraversablethat has not yet
  been instantiated. | 
| Navigable | Each instance of the Navigableclass represents a
  single tree node. | 
| Navigable.NavigableComparator | Comparatorimplementation used for sorting childNavigableinstances by label. | 
| 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 | 
| NavigableRegistry | A registry class for Navigables. | 
| NewWorkspacePanel | The NewWorkspacePanelclass implements the UI
 to create a new workspace. | 
| NodeTDialogLauncher | Subclass of TDialogLauncher that disables the OK button if any of the Nodes specified in the constructor are read-only. | 
| SavedTreeState | Saves and restores the state of a tree. | 
| TabbedPanel | This is a NavigableUIContainerimplementation whose
  appearance is based onJTabbedPane; each page of aTabbedPanelis aTraversableand the order of
  the pages is specified by an array ofNavigables. | 
| TDialog | Subclass of JEWTDialog that is designed to interoperate with TDialogLauncherandTraversable. | 
| 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. | 
| TraversableContext | The TraversableContextclass provides the means for
  aTraversableto find the data objects that it is
  responsible for editing whenever it is entered or exited. | 
| Exception Summary | |
|---|---|
| DetailedTraversalException | The DetailedTraversalExceptionshould be thrown fromTraversable.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. | 
| TraversalException | The TraversalExceptioncan be thrown by theTraversable.onExit(TraversableContext)method if
  the user has entered incomplete, invalid, or inconsistent data
  that causes validation to fail. | 
Provides a framework for building panel-based UI.
The core of the package are the Traversable interface and the Navigable class, which define the core interactions between panels and the UI container that hosts the panels.
The Traversable interface is intended to be implemented by the panels themselves, and contains methods that are called by a UI container when a panel is being entered and existed. Data is passed into and out of a Traversable panel via the TraversableContext.
A sequence of Navigable objects represents the selection structure for a collection of Traversables. A Navigable is a light-weight object that can be instantiated before a Traversable is instantiated, thus providing a way for Traversable panels to be lazy-loaded. Each Navigable instance is capable of representing the root of a subtree, so a sequence of Navigables naturally represents a tree structure.
The MDDPanel is the most commonly used UI container from this package. The MDDPanel is itself a Traversable, which allows MDDPanel to be nested inside any other Traversable, including another instance of MDDPanel. A typical MDDPanel shows a tree to the left side, with a large panel area to the right where Traversable panels are swapped in. More specialized usages of MDDPanel allow for a second tree to show up, which serves as a "detail" tree to the "master" tree. The "MDD" name is derived from the potential "master-detail-detail" relationship that the MDDPanel is capable of representing.
The TabbedPanel is another UI container for Navigable sequences that represent Traversables. It is similar to JTabbedPane, except that each tab-panel follows the semantics of the Traversable interface.
The FSMWizard is a wizard container that uses the Traversable interface for its panels and uses a separate finite-state-machine (FSM) object for driving the sequence of wizard panels. This separates the logic that determines the sequence of the panels from the panels themselves, allowing the wizard to be modeled by an FSM.
The TDialogLauncher is a class for launching any Traversable panel in its own dialog. Using TDialogLauncher makes it possible to implement all UI as panels and only using TDialogLauncher as a wrapper to produce a dialog.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||