Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.panels
Class NavigableContext

java.lang.Object
  extended by 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


Method Summary
 boolean displayDetailNodesAsChildren()
           
 Namespace getScope()
           
 Namespace popScope()
           
 java.lang.String pushAnonymousScope(Namespace scope, Navigable nav)
           
 void pushScope(java.lang.String name, Namespace scope)
           
 void pushScope(java.lang.String name, Namespace scope, Navigable nav)
           
 Namespace setScope(Namespace scope)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.