Extension SDK 10.1.2

Uses of Class
oracle.ide.util.Namespace

Packages that use Namespace
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.util Contains utility classes. 
oracle.jdeveloper.cm.dt.wizard Contains classes related to Wizard implementations used with connection objects. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdevimpl.wizard   
 

Uses of Namespace in oracle.ide.panels
 

Subclasses of Namespace in oracle.ide.panels
 class TraversableContext
          The TraversableContext class provides the means for a Traversable to find the data objects that it is responsible for editing whenever it is entered or exited.
 

Methods in oracle.ide.panels that return Namespace
 Namespace NavigableContext.getScope()
           
 Namespace NavigableContext.setScope(Namespace scope)
           
 Namespace NavigableContext.popScope()
           
 

Methods in oracle.ide.panels with parameters of type Namespace
 Namespace NavigableContext.setScope(Namespace scope)
           
 void NavigableContext.pushScope(java.lang.String name, Namespace scope)
           
 void NavigableContext.pushScope(java.lang.String name, Namespace scope, Navigable nav)
           
 java.lang.String NavigableContext.pushAnonymousScope(Namespace scope, Navigable nav)
           
protected  void Navigable.setDataScope(Namespace dataScope)
          Sets the specified Namespace as the data scope for this Navigable.
 

Constructors in oracle.ide.panels with parameters of type Namespace
TraversableContext(Namespace namespace, int direction)
          This constructor creates a new instance using the specified Namespace as the data context.
FSMWizard(Step[] steps, Namespace data)
          Creates a straight-through FSMWizard using the specified sequence of Steps.
FSMWizard(FSM fsm, Namespace data)
          Creates an instance of FSMWizard using the specified FSM to drive the sequence of panels and the specified Namespace as the backing storage for the TraversableContext that is passed to the panels in their onEntry(...) and onExit(...) methods.
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 Namespace in oracle.ide.util
 

Methods in oracle.ide.util that return Namespace
 Namespace Namespace.getParent()
          Returns the Namespace that is the immediate parent of this Namespace.
 Namespace Namespace.getRoot()
          Returns the root Namespace of the hierarchy containing this Namespace.
 

Methods in oracle.ide.util with parameters of type Namespace
 void Namespace.put(java.lang.String key, Namespace ns)
          Adds the specified Namespace as a child of this Namespace.
 void Namespace.put(java.lang.String[] keyPath, Namespace ns)
          Adds the specified Namespace to the specified namespace path.
protected  void Namespace.setParent(Namespace parent)
          Special care must be taken when calling this method.
 

Constructors in oracle.ide.util with parameters of type Namespace
Namespace(Namespace parent)
          Creates a new empty Namespace whose parent is the specified Namespace.
Namespace(java.util.Map data, Namespace parent)
          Creates a new Namespace whose data is the specified Map and whose parent is the specified Namespace.
Namespace(Namespace original, boolean copyDataMap)
           This is a pseudo copy constructor for use by subclasses which need to take on the responsibilities of an existing Namespace.
 

Uses of Namespace in oracle.jdeveloper.cm.dt.wizard
 

Subclasses of Namespace in oracle.jdeveloper.cm.dt.wizard
 class DBWizardLauncher
           
 

Uses of Namespace in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model with parameters of type Namespace
static boolean JProjectSettingsPanel.isDefaultProject(Namespace data)
          Returns true if the specified Namespace corresponds to data from the default project.
 

Uses of Namespace in oracle.jdevimpl.wizard
 

Subclasses of Namespace in oracle.jdevimpl.wizard
 class oracle.jdevimpl.wizard.GenericWizardLauncher
           
 


Extension SDK

 

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