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 TypeClassDescriptionclassMarks occurrences of the current token for HTML.classMarks occurrences of the current token for XML.Methods in org.fife.ui.rsyntaxtextarea that return OccurrenceMarkerModifier and TypeMethodDescriptionprotected OccurrenceMarkerTokenMakerBase.createOccurrenceMarker()Returns the occurrence marker to use for this token maker.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()