Uses of Class
edu.rice.cs.util.swing.HighlightManager.HighlightInfo

Packages that use HighlightManager.HighlightInfo
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util.swing Some utility classes for working in Swing. 
 

Uses of HighlightManager.HighlightInfo in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as HighlightManager.HighlightInfo
private  HighlightManager.HighlightInfo MainFrame._currentLocationHighlight
          The current highlight displaying the current location, used for FindAll and the of the debugger's thread, if there is one.
private  HighlightManager.HighlightInfo DefinitionsPane._errorHighlightTag
          Our current compiler error matching highlight.
private  HighlightManager.HighlightInfo ErrorPanel.ErrorListPane._listHighlightTag
           
protected  HighlightManager.HighlightInfo AbstractDJPane._matchHighlight
          Our current paren/brace/bracket matching highlight.
 

Fields in edu.rice.cs.drjava.ui with type parameters of type HighlightManager.HighlightInfo
private  IdentityHashMap<OrderedDocumentRegion,HighlightManager.HighlightInfo> MainFrame._documentBookmarkHighlights
          Table to map bookmarks to their corresponding highlight objects.
private  IdentityHashMap<Breakpoint,HighlightManager.HighlightInfo> MainFrame._documentBreakpointHighlights
          Table to map breakpoints to their corresponding highlight objects.
private  LinkedList<Pair<FindResultsPanel,Map<MovingDocumentRegion,HighlightManager.HighlightInfo>>> MainFrame._findResults
           
 

Uses of HighlightManager.HighlightInfo in edu.rice.cs.util.swing
 

Fields in edu.rice.cs.util.swing with type parameters of type HighlightManager.HighlightInfo
private  Vector<Stack<HighlightManager.HighlightInfo>> HighlightManager._highlights
          An unsorted Vector of Stack, each of which corresponds to a unique region in the document.
 

Methods in edu.rice.cs.util.swing that return HighlightManager.HighlightInfo
 HighlightManager.HighlightInfo HighlightManager.addHighlight(int startOffset, int endOffset, Highlighter.HighlightPainter p)
          Adds a highlight using the supplied painter to the vector element(Stack) that exactly corresponds to the specified bounds.
 

Methods in edu.rice.cs.util.swing that return types with arguments of type HighlightManager.HighlightInfo
private  Stack<HighlightManager.HighlightInfo> HighlightManager._getStackAt(HighlightManager.HighlightInfo h)
          Returns the Stack corresponding to the given region in the document, or null in none exists.
 

Methods in edu.rice.cs.util.swing with parameters of type HighlightManager.HighlightInfo
private  Stack<HighlightManager.HighlightInfo> HighlightManager._getStackAt(HighlightManager.HighlightInfo h)
          Returns the Stack corresponding to the given region in the document, or null in none exists.
 boolean HighlightManager.HighlightInfo.matchesRegion(HighlightManager.HighlightInfo h)
          Tests to see if the given offsets correspond to the offsets specified within this highlight.
 void HighlightManager.removeHighlight(HighlightManager.HighlightInfo newLite)
          Removes a given highlight (HighlightInfo) from the highlighter