Uses of Package
edu.rice.cs.drjava.project

Packages that use edu.rice.cs.drjava.project
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.project   
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Classes in edu.rice.cs.drjava.project used by edu.rice.cs.drjava.model
DocumentInfoGetter
          Classes that implement this interface are expected to give information specific to a single document that is to be saved by the project file builder.
MalformedProjectFileException
          The exception thrown when a project file which was being parsed did not conform to the expected structure.
ProjectProfile
          The internal representation of a project; it is the internal analog of a project file.
 

Classes in edu.rice.cs.drjava.project used by edu.rice.cs.drjava.project
DocFile
           
DocumentInfoGetter
          Classes that implement this interface are expected to give information specific to a single document that is to be saved by the project file builder.
MalformedProjectFileException
          The exception thrown when a project file which was being parsed did not conform to the expected structure.
ProjectFileIR
           
ProjectFileParser
          This parser uses the s-expression parser defined in the util pacakge.
ProjectFileParserFacade
          Abstract project file parser.
XMLProjectFileParser
          This parser loads XML configuration files using the XMLConfig class in the util package.
 

Classes in edu.rice.cs.drjava.project used by edu.rice.cs.drjava.ui
DocumentInfoGetter
          Classes that implement this interface are expected to give information specific to a single document that is to be saved by the project file builder.
MalformedProjectFileException
          The exception thrown when a project file which was being parsed did not conform to the expected structure.