Uses of Interface
org.fife.ui.rsyntaxtextarea.OccurrenceMarker
-
Packages that use OccurrenceMarker Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source inRSyntaxTextArea
. -
-
Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement OccurrenceMarker Modifier and Type Class Description (package private) class
DefaultOccurrenceMarker
The default implementation ofOccurrenceMarker
.class
HtmlOccurrenceMarker
Marks occurrences of the current token for HTML.class
XmlOccurrenceMarker
Marks occurrences of the current token for XML.Fields in org.fife.ui.rsyntaxtextarea declared as OccurrenceMarker Modifier and Type Field Description private OccurrenceMarker
TokenMakerBase. occurrenceMarker
Highlights occurrences of the current token in the editor, if it is relevant.Methods in org.fife.ui.rsyntaxtextarea that return OccurrenceMarker Modifier and Type Method Description protected 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.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.OccurrenceMarker
TokenMakerBase. getOccurrenceMarker()
Methods in org.fife.ui.rsyntaxtextarea with parameters of type OccurrenceMarker Modifier and Type Method Description static 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 OccurrenceMarker Modifier and Type Method Description protected 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()
-