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) classDefaultOccurrenceMarkerThe default implementation ofOccurrenceMarker.classHtmlOccurrenceMarkerMarks occurrences of the current token for HTML.classXmlOccurrenceMarkerMarks occurrences of the current token for XML.Fields in org.fife.ui.rsyntaxtextarea declared as OccurrenceMarker Modifier and Type Field Description private OccurrenceMarkerTokenMakerBase. occurrenceMarkerHighlights 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 OccurrenceMarkerTokenMakerBase. createOccurrenceMarker()Returns the occurrence marker to use for this token maker.(package private) OccurrenceMarkerRSyntaxDocument. getOccurrenceMarker()Returns the occurrence marker for the current language.OccurrenceMarkerTokenMaker. getOccurrenceMarker()Returns the object in charge of marking all occurrences of the token at the current caret position, if it is a relevant token.OccurrenceMarkerTokenMakerBase. getOccurrenceMarker()Methods in org.fife.ui.rsyntaxtextarea with parameters of type OccurrenceMarker Modifier and Type Method Description static 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 OccurrenceMarker Modifier and Type Method Description protected 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()
-