Uses of Class
org.fife.ui.rsyntaxtextarea.RSyntaxDocument
-
Packages that use RSyntaxDocument Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.parser Interfaces for parsing text in RSyntaxTextAreas and identifying errors, warnings, etc. -
-
Uses of RSyntaxDocument in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument Modifier and Type Method Description static TokenRSyntaxUtilities. getPreviousImportantToken(RSyntaxDocument doc, int line)Returns the last non-whitespace, non-comment token, starting with the specified line.static TokenRSyntaxUtilities. getPreviousImportantTokenFromOffs(RSyntaxDocument doc, int offs)Returns the last non-whitespace, non-comment token, before the specified offset.static TokenRSyntaxUtilities. getTokenAtOffset(RSyntaxDocument doc, int offset)Returns the token at the specified offset.voidHtmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.voidOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.voidXmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument Constructor Description RSyntaxTextArea(RSyntaxDocument doc)Constructor.RSyntaxTextArea(RSyntaxDocument doc, String text, int rows, int cols)Constructor. -
Uses of RSyntaxDocument in org.fife.ui.rsyntaxtextarea.parser
Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type RSyntaxDocument Modifier and Type Method Description ParseResultParser. parse(RSyntaxDocument doc, String style)Parses input from the specified document.ParseResultTaskTagParser. parse(RSyntaxDocument doc, String style)ParseResultXmlParser. parse(RSyntaxDocument doc, String style)Parses input from the specified document.
-