oracle.ide.panels
Class NavigableContext
java.lang.Object
oracle.ide.panels.NavigableContext
- public final class NavigableContext
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getScope
public Namespace getScope()
- Returns:
- the current data scope
setScope
public Namespace setScope(Namespace scope)
pushScope
public void pushScope(java.lang.String name,
Namespace scope)
pushScope
public void pushScope(java.lang.String name,
Namespace scope,
Navigable nav)
popScope
public Namespace popScope()
pushAnonymousScope
public java.lang.String pushAnonymousScope(Namespace scope,
Navigable nav)
displayDetailNodesAsChildren
public boolean displayDetailNodesAsChildren()
Copyright © 1997, 2004, Oracle. All rights reserved.