Skip navigation links

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

E17493-04


Uses of Class
javax.ide.model.Project

Packages that use Project
javax.ide.command Command execution classes. 
javax.ide.model.java The interfaces and classes implementing an IDE's java model. 
javax.ide.model.xml The interfaces and classes that define an IDE's xml document and model. 

 

Uses of Project in javax.ide.command

 

Methods in javax.ide.command that return Project
 Project Context.getProject()
          The current Project the user is working on.

 

Constructors in javax.ide.command with parameters of type Project
Context(Document document, Project project)
          Constructor.
Context(Document document, Project project, Element[] selection)
          Constructor.

 

Uses of Project in javax.ide.model.java

 

Methods in javax.ide.model.java with parameters of type Project
 ClassD JavaSource.getClass(Project project)
          Fetches a ClassD for the given fully qualified name in source format, null if none.

 

Uses of Project in javax.ide.model.xml

 

Methods in javax.ide.model.xml with parameters of type Project
 XMLModel XMLDocument.getXMLModel(Project project)
          Fetches the XMLModel.

 


Skip navigation links

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

E17493-04


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