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) classThe default implementation ofOccurrenceMarker.classMarks occurrences of the current token for HTML.classMarks occurrences of the current token for XML.Fields in org.fife.ui.rsyntaxtextarea declared as OccurrenceMarkerModifier and TypeFieldDescriptionprivate OccurrenceMarkerTokenMakerBase.occurrenceMarkerHighlights occurrences of the current token in the editor, if it is relevant.Methods in org.fife.ui.rsyntaxtextarea that return OccurrenceMarkerModifier and TypeMethodDescriptionprotected OccurrenceMarkerTokenMakerBase.createOccurrenceMarker()Returns the occurrence marker to use for this token maker.(package private) OccurrenceMarkerRSyntaxDocument.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 TokenHtmlOccurrenceMarker.getTagNameTokenForCaretOffset(RSyntaxTextArea textArea, OccurrenceMarker occurrenceMarker) If the caret is inside a tag, this method returns the token representing the tag name; otherwise,nullis returned. -
Uses of OccurrenceMarker in org.fife.ui.rsyntaxtextarea.modes
Methods in org.fife.ui.rsyntaxtextarea.modes that return OccurrenceMarkerModifier and TypeMethodDescriptionprotected OccurrenceMarkerHandlebarsTokenMaker.createOccurrenceMarker()protected OccurrenceMarkerHTMLTokenMaker.createOccurrenceMarker()protected OccurrenceMarkerJSPTokenMaker.createOccurrenceMarker()protected OccurrenceMarkerMarkdownTokenMaker.createOccurrenceMarker()protected OccurrenceMarkerPHPTokenMaker.createOccurrenceMarker()Returns the occurrence marker to use for this token maker.protected OccurrenceMarkerXMLTokenMaker.createOccurrenceMarker()