See: Description
| Interface | Description |
|---|---|
| ExplorerInfo |
Use AbstractExplorerInfo instead.
|
| IconOverlayConsumer |
The
IconOverlayConsumer interface defines the API for
consumers of an IconOverlayCache. |
| TNode |
The
TNode interface extends the TreeNode. |
| Class | Description |
|---|---|
| AbstractExplorerInfo | |
| AbstractTreeExplorer |
Provides a base class for tree explorer implementations.
|
| CellRendererAttributes |
The
TNodeConstants class defines the TNode
bits. |
| ChildFilter |
The ChildFilter interface defines an API for retrieving a structured
collection of Element nodes.
|
| ChildFilterFactory |
Factory class for creating
ChildFilter instances as
they are needed. |
| ChildFilterHelper |
Instances of ChildFilterHelper modify the behavior of a
ChildFilterFactory, which itself affects how child elements
appear in a navigator. |
| Explorer |
The
Explorer class provides the API for getting a GUI
representation of the structure for a given Context. |
| ExplorerContext |
The
ExplorerContext class is a utility class that
can be used to get at the extra data the ExplorerWindow stores
in the the Context. |
| ExplorerContext.ExpandInfo |
The ExpandInfo class stores the tree path of a node is string form.
|
| ExplorerManager |
The ExplorerManager interface acts as a registry for Explorer types
registered against a given Document type specific to a given View type.
|
| ExplorerWindow | |
| IconOverlay |
Class holding element overlay information for an overlay cache.
|
| IconOverlayCache |
The
IconOverlayCache class is responsible for an element
overlay cache associated with many IconOverlayConsumers. |
| IconOverlayCoordinator | |
| IconOverlayHook | |
| IconOverlayRegistry |
Registry for
IconOverlayCoordinator instances that are responsible
for deferred creation of IconOverlayTracker objects. |
| IconOverlayTracker |
Utility class for node overlay clients, tracking node visibility for an
overlay cache.
|
| IconOverlayTreeCellRenderer |
The
IconOverlayTreeCellRenderer class is a cell renderer
decorator responsible for rendering IconOverlayConsumer node
values. |
| TNodeConstants |
The
TNodeConstants class defines the TNode
bits. |
| TreeExplorer |
The
TreeExplorer interface defines the API for managing
the nodes in the navigator and explorer trees. |
Related Documentation
See Extending JDeveloper Using the Addin API for detailed information.