Uses of Interface
org.fife.ui.rsyntaxtextarea.OccurrenceMarker

Packages that use OccurrenceMarker
org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. 
org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source in RSyntaxTextArea
 

Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea
 

Classes in org.fife.ui.rsyntaxtextarea that implement OccurrenceMarker
 class HtmlOccurrenceMarker
          Marks occurrences of the current token for HTML.
 class XmlOccurrenceMarker
          Marks occurrences of the current token for XML.
 

Methods in org.fife.ui.rsyntaxtextarea that return OccurrenceMarker
 OccurrenceMarker TokenMaker.getOccurrenceMarker()
          Returns the object in charge of marking all occurrences of the token at the current caret position, if it is a relevant token.
 

Methods in org.fife.ui.rsyntaxtextarea with parameters of type OccurrenceMarker
static Token HtmlOccurrenceMarker.getTagNameTokenForCaretOffset(RSyntaxTextArea textArea, OccurrenceMarker occurrenceMarker)
          If the caret is inside of a tag, this method returns the token representing the tag name; otherwise, null is returned.
 

Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea.modes
 

Methods in org.fife.ui.rsyntaxtextarea.modes that return OccurrenceMarker
protected  OccurrenceMarker PHPTokenMaker.createOccurrenceMarker()
          Returns the occurrence marker to use for this token maker.
protected  OccurrenceMarker JSPTokenMaker.createOccurrenceMarker()
          Returns the occurrence marker to use for this token maker.
protected  OccurrenceMarker HTMLTokenMaker.createOccurrenceMarker()
          Returns the occurrence marker to use for this token maker.
protected  OccurrenceMarker XMLTokenMaker.createOccurrenceMarker()
          Returns the occurrence marker to use for this token maker.
 



Copyright © 2003–2014. All rights reserved.