Uses of Class
org.jtool.jxplatform.repository.JxProjectRepository

Packages that use JxProjectRepository
org.jtool.jxplatform.actions Application programming interfaces for interaction with the Eclipse Java User Interface.  
org.jtool.jxplatform.j2x Application programming interfaces for converting source code into XML documents. 
org.jtool.jxplatform.repository Application programming interfaces for retrieving information about source code which is stored in the repository of XML documents. 
 

Uses of JxProjectRepository in org.jtool.jxplatform.actions
 

Fields in org.jtool.jxplatform.actions declared as JxProjectRepository
protected  JxProjectRepository JxProjectActionDelegate.repository
          A project's repository that stores information about Java-XML compilation units in the project.
protected  JxProjectRepository JxEditorActionDelegate.repository
          A project's repository that stores information about the Java-XML compilation unit of a source file.
 

Uses of JxProjectRepository in org.jtool.jxplatform.j2x
 

Constructors in org.jtool.jxplatform.j2x with parameters of type JxProjectRepository
Converter(JxProjectRepository repository)
          Creates a converter that generates an XML document from source code.
 

Uses of JxProjectRepository in org.jtool.jxplatform.repository
 

Fields in org.jtool.jxplatform.repository declared as JxProjectRepository
protected  JxProjectRepository JxProject.repository
          The repository of this project.
 

Methods in org.jtool.jxplatform.repository that return JxProjectRepository
 JxProjectRepository JxProject.getRepository()
          Returns the repository of this project.
static JxProjectRepository[] JxRepository.getAllRepositories()
          Returns all repositories in the whole of workspace.
static JxProjectRepository JxRepository.getRepository(org.eclipse.core.resources.IProject project)
          Returns a repository of a given or new project.
static JxProjectRepository JxRepository.getRepository(java.lang.String projectname)
          Returns a repository of a given project.
 

Constructors in org.jtool.jxplatform.repository with parameters of type JxProjectRepository
JxProject(JxProjectRepository repo)
          Creates a new object.