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

Packages that use OccurrenceMarker
org.fife.ui.rsyntaxtextarea   
org.fife.ui.rsyntaxtextarea.modes   
 

Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea
 

Classes in org.fife.ui.rsyntaxtextarea that implement OccurrenceMarker
 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.
 

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

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



Copyright © 2003–2013. All rights reserved.