Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Uses of Interface
oracle.ide.model.NodeInfo

Packages that use NodeInfo
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.xml Provides common methods used for processing XML. 
oracle.jdeveloper.deploy.dt   
 

Uses of NodeInfo in oracle.ide.model
 

Methods in oracle.ide.model with parameters of type NodeInfo
 void XMLDataNode.setNodeInfo(NodeInfo info)
          Binds the given info to the XMLDataNode instance as being its node information.
 

Uses of NodeInfo in oracle.ide.xml
 

Methods in oracle.ide.xml that return NodeInfo
static NodeInfo XMLRecognizer.findNodeInfo(java.lang.Class dataClass)
          This method finds a NodeInfo instance that is associated with a particular data Class.
 

Methods in oracle.ide.xml with parameters of type NodeInfo
static void XMLRecognizer.registerNodeInfo(NodeInfo info)
          Uses the specified NodeInfo to register recognizer behavior.
 

Uses of NodeInfo in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement NodeInfo
 class DeployProfileDt
          An instance of this class implements design-time support for its particular deployment profile type and has three responsibilities: user interaction via Controller and ContextMenuListener interfaces, inherited from DeployDesignTime.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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