|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Traversable | |
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.net | Provides a virtual file system framework based on java.net.URL. |
oracle.ide.panels | Provides a framework for building panel-based UI. |
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. |
Uses of Traversable in oracle.ide.config |
Classes in oracle.ide.config that implement Traversable | |
class |
DocumentExtensionsPanel
DocumentExtensionsPanel class. |
class |
EnvironOptionsPanel
A panel to edit EnvironOptions . |
class |
LogOptionsPanel
A panel to edit the log properties in EnvironOptions . |
Uses of Traversable in oracle.ide.keyboard |
Classes in oracle.ide.keyboard that implement Traversable | |
class |
KeyPresetConfigPanel
A IDE Settings that controls the shortcut presets |
class |
KeyStrokePanel
This panel edits shortcuts in one context. |
Methods in oracle.ide.keyboard that return Traversable | |
Traversable |
KeyStrokesConfigUI.newTraversable()
|
Uses of Traversable in oracle.ide.migration |
Classes in oracle.ide.migration that implement Traversable | |
class |
MigrationPanel
An abstract class that extends DefaultTraversablePanel. |
Uses of Traversable in oracle.ide.net |
Classes in oracle.ide.net that implement Traversable | |
class |
PackageClassChooser
A chooser for packages and classes that uses URLPath as the
source of path information. |
class |
URLChooser
The URLChooser is a replacement file chooser for JFileChooser . |
Methods in oracle.ide.net with parameters of type Traversable | |
int |
URLChooser.showOpenDialog(java.awt.Component parent,
Traversable content,
java.lang.String title)
|
int |
URLChooser.showSaveDialog(java.awt.Component parent,
Traversable content,
java.lang.String title)
|
Uses of Traversable in oracle.ide.panels |
Classes in oracle.ide.panels that implement Traversable | |
(package private) class |
oracle.ide.panels.AbstractUIContainer
Common implementation for concrete NavigableUIContainer
classes. |
class |
DefaultTraversablePanel
Complete default implementation of Traversable that
subclasses JPanel . |
class |
FinishPanel
The FinishPanel provides a TraversablePanel implementation of
a Finish page matching the Oracle Wizard Guidelines. |
class |
MDDPanel
This implementation of NavigableUIContainer is a
"master-detail-detail" panel, hence the name
MDDPanel . |
class |
NewWorkspacePanel
The NewWorkspacePanel class implements the UI
to create a new workspace. |
class |
TabbedPanel
This 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 Navigable s. |
class |
WelcomePanel
|
Methods in oracle.ide.panels that return Traversable | |
protected Traversable |
TabbedPanel.getCurrentTraversable()
|
Traversable |
MDDEvent.getTraversable()
|
protected Traversable |
MDDPanel.getCurrentTraversable()
|
Traversable |
Step.newTraversable(CommitNotifier commitNotifier)
This method specifies the Traversable that will be used
in association with the Navigable ; in general, only
NavigableUIContainer implementations should call this
method directly. |
Traversable |
MetaTraversable.newTraversable(ApplyNotifier applyNotifier)
This method specifies the Traversable that will be used
in association with the Navigable ; in general, only
NavigableUIContainer implementations should call this
method directly. |
protected Traversable |
MetaTraversable.newTraversable()
Overriding this method is the preferred means of overriding MetaTraversable 's Traversable creation
behavior. |
Constructors in oracle.ide.panels with parameters of type Traversable | |
TDialogLauncher(java.awt.Component parent,
java.lang.String title,
Traversable traversable,
Namespace data,
DialogRunnerCallback dialogCallback,
Document[] sources)
The traversable's onEntry(...) method is called as a side effect of constructing the TDialogLauncher. |
|
TDialogLauncher(java.awt.Component parent,
java.lang.String title,
Traversable traversable,
Namespace data,
DialogRunnerCallback dialogCallback)
|
|
TDialogLauncher(java.awt.Component parent,
java.lang.String title,
Traversable traversable,
Namespace data)
|
Uses of Traversable in oracle.jdeveloper.compiler |
Classes in oracle.jdeveloper.compiler that implement Traversable | |
class |
OjcConfigurationPanel
Panel for editing the data. |
Uses of Traversable in oracle.jdeveloper.model |
Classes in oracle.jdeveloper.model that implement Traversable | |
class |
J2eePanel
|
class |
JProjectConfigurationsPanel
This is the panel that lets the user manage configurations. |
class |
JProjectDependencyPanel
Panel for editing project dependencies. |
class |
JProjectPanel
This is the panel that edits the common input paths of a JProject . |
class |
PromptPanel
|
class |
TechnologiesPanel
TechnologiesPanel defines the 'Technology Scope' project
settings panel UI. |
Uses of Traversable in oracle.jdeveloper.vcs.spi |
Classes in oracle.jdeveloper.vcs.spi that implement Traversable | |
class |
VCSPropertyCustomizer
Basic traversable class representing common version client properties. |
class |
VCSPropertyTraversable
Traversable UI class for version control client properties. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.