Uses of Class
edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus

Packages that use HighlightStatus
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.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. 
 

Uses of HighlightStatus in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that return types with arguments of type HighlightStatus
 ArrayList<HighlightStatus> DummyOpenDefDoc.getHighlightStatus(int start, int end)
           
 ArrayList<HighlightStatus> DJDocument.getHighlightStatus(int start, int end)
          Returns highlight status info for text between start and end, coalescing adjoining blocks with the same status.
 ArrayList<HighlightStatus> AbstractDJDocument.getHighlightStatus(int start, int end)
          Return all highlight status info for text between start and end.
 

Uses of HighlightStatus in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return types with arguments of type HighlightStatus
 ArrayList<HighlightStatus> ReducedModelControl.getHighlightStatus(int start, int length)
          Return all highlight status info for text between the current location and current location + length.
 ArrayList<HighlightStatus> BraceReduction.getHighlightStatus(int start, int length)
          Return all highlight status info for text between the current location and current location + end.