Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.model.JavaSourceNode

Packages that use JavaSourceNode
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of JavaSourceNode in oracle.jdeveloper.model
 

Subclasses of JavaSourceNode in oracle.jdeveloper.model
 class SqljSourceNode
          The SqljSourceNode interface represents a SQLJ source file in the JDeveloper browser.
 

Methods in oracle.jdeveloper.model with parameters of type JavaSourceNode
 void JProject.addToProjectSourcePath(JavaSourceNode[] nodes)
           
 void JProject.addToProjectSourcePath(JavaSourceNode node)
           
protected  int JProject.addToProjectSourcePath(JavaSourceNode node, boolean[] ask)
          The the source path of the specified node to the project source path list.
 


Extension SDK

 

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