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 classHtmlOccurrenceMarkerMarks occurrences of the current token for HTML.classXmlOccurrenceMarkerMarks occurrences of the current token for XML.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.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()Returns the object in charge of marking all occurrences of the token at the current caret position, if it is a relevant token.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 of 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 OccurrenceMarkerHTMLTokenMaker. createOccurrenceMarker()Returns the occurrence marker to use for this token maker.protected OccurrenceMarkerJSPTokenMaker. createOccurrenceMarker()Returns the occurrence marker to use for this token maker.protected OccurrenceMarkerPHPTokenMaker. createOccurrenceMarker()Returns the occurrence marker to use for this token maker.protected OccurrenceMarkerXMLTokenMaker. createOccurrenceMarker()Returns the occurrence marker to use for this token maker.
-