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.
ProjectFileIR
           
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.
ProjectFileParser.BookmarkListVisitor
          Parses out a list of bookmark nodes.
ProjectFileParser.BreakpointListVisitor
          Parses out a list of breakpoint nodes.
ProjectFileParser.DocFileListVisitor
          Parses out a list of file nodes.
ProjectFileParser.NameVisitor
          Retrieves the name of a node.
ProjectFileParser.NumberVisitor
          Retrieves the number of a node.
ProjectFileParser.PathListVisitor
          Parses out a list of path nodes into a list of Strings.
ProjectFileParser.WatchListVisitor
          Parses out a list of watch names into a list of watches.
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.