|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A "UI container" is a class that is capable of rendering Navigables and providing the interactions for user manipulation
of the Navigables. In order to provide the extensibility
support required by Navigable implementations and to
provide a notification mechanism for classes that use instances
of UI container directly, the UI container is required to implement
this interface.
Essentially then, this interface provides the means of specifying
a tree structure using Navigable instances without
specifying a dependency on any particular UI container
implementation. This allows Navigables to be used in a
variety of tree-based UI implementations.
| Field Summary | |
static java.lang.String |
NAVIGABLE_UI_CONTAINER
Constant used to get an instance of NavigableUIContainer from TraversableContext.getDesignTimeObject(String). |
| Method Summary | |
boolean |
displayDetailNodesAsChildren()
Returns true if the UI container is displaying
detail nodes with the children rather than in a separate tree. |
void |
setRootNavigables(Navigable[] rootNavigables)
Sets the root-level Navigable instances for the UI. |
| Methods inherited from interface oracle.ide.panels.ApplyNotifier |
addApplyListener, removeApplyListener |
| Methods inherited from interface oracle.ide.panels.Traversable |
getComponent, getExitTransition, onEntry, onExit |
| Field Detail |
public static final java.lang.String NAVIGABLE_UI_CONTAINER
TraversableContext.getDesignTimeObject(String).
| Method Detail |
public void setRootNavigables(Navigable[] rootNavigables)
Navigable instances for the UI.
public boolean displayDetailNodesAsChildren()
true if the UI container is displaying
detail nodes with the children rather than in a separate tree.
That is:
false.
true.
That is, the tree displays detail nodes as children.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.