Uses of Package
edu.rice.cs.drjava.model.definitions

Packages that use edu.rice.cs.drjava.model.definitions
edu.rice.cs.drjava The main package for DrJava contains only two classes. 
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.model.definitions.indent Provides a decision tree used to correctly indent the current line. 
edu.rice.cs.drjava.model.definitions.reducedmodel This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters. 
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava
InvalidPackageException
          An exception thrown by DefinitionsDocument.getPackageName() when the document contains an invalid package statement.
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava.model
ClassNameNotFoundException
          Exception indicating that a class name could not be found in the DefinitionsDocument from which it was thrown.
DefinitionsDocument
          The model for the definitions pane.
DefinitionsEditorKit
          This is an editor kit for editing Java source files.
InvalidPackageException
          An exception thrown by DefinitionsDocument.getPackageName() when the document contains an invalid package statement.
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava.model.definitions
ClassNameNotFoundException
          Exception indicating that a class name could not be found in the DefinitionsDocument from which it was thrown.
ColoringView
          This view class renders text on the screen using the reduced model info.
DefinitionsDocument
          The model for the definitions pane.
InvalidPackageException
          An exception thrown by DefinitionsDocument.getPackageName() when the document contains an invalid package statement.
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava.model.definitions.indent
DefinitionsDocument
          The model for the definitions pane.
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava.model.definitions.reducedmodel
DefinitionsDocument
          The model for the definitions pane.
 

Classes in edu.rice.cs.drjava.model.definitions used by edu.rice.cs.drjava.model.junit
DefinitionsDocument
          The model for the definitions pane.