Uses of Interface
org.fife.ui.rsyntaxtextarea.OccurrenceMarker
Packages that use OccurrenceMarker
Package
Description
A syntax-highlighting text editor.
Scanners that tokenize source in
RSyntaxTextArea
.-
Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement OccurrenceMarkerModifier and TypeClassDescription(package private) class
The default implementation ofOccurrenceMarker
.class
Marks occurrences of the current token for HTML.class
Marks occurrences of the current token for XML.Fields in org.fife.ui.rsyntaxtextarea declared as OccurrenceMarkerModifier and TypeFieldDescriptionprivate OccurrenceMarker
TokenMakerBase.occurrenceMarker
Highlights occurrences of the current token in the editor, if it is relevant.Methods in org.fife.ui.rsyntaxtextarea that return OccurrenceMarkerModifier and TypeMethodDescriptionprotected OccurrenceMarker
TokenMakerBase.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.(package private) OccurrenceMarker
RSyntaxDocument.getOccurrenceMarker()
Returns the occurrence marker for the current language.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.TokenMakerBase.getOccurrenceMarker()
Methods in org.fife.ui.rsyntaxtextarea with parameters of type OccurrenceMarkerModifier and TypeMethodDescriptionstatic Token
HtmlOccurrenceMarker.getTagNameTokenForCaretOffset
(RSyntaxTextArea textArea, OccurrenceMarker occurrenceMarker) If the caret is inside 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 OccurrenceMarkerModifier and TypeMethodDescriptionprotected OccurrenceMarker
HandlebarsTokenMaker.createOccurrenceMarker()
protected OccurrenceMarker
HTMLTokenMaker.createOccurrenceMarker()
protected OccurrenceMarker
JSPTokenMaker.createOccurrenceMarker()
protected OccurrenceMarker
MarkdownTokenMaker.createOccurrenceMarker()
protected OccurrenceMarker
PHPTokenMaker.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.protected OccurrenceMarker
XMLTokenMaker.createOccurrenceMarker()