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
Fields in org.fife.ui.rsyntaxtextarea declared as RSyntaxDocument Modifier and Type Field Description private RSyntaxDocumentTokenIterator. docMethods in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument Modifier and Type Method Description private java.lang.StringRSyntaxTextAreaEditorKit.CloseMarkupTagAction. discoverTagName(RSyntaxDocument doc, int dot)Discovers the name of the tag being closed.private static intRSyntaxTextAreaEditorKit.InsertBreakAction. getOpenBraceCount(RSyntaxDocument doc, int languageIndex)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.private intRSyntaxTextAreaEditorKit.DumbCompleteWordAction. getPreviousWordStartInLine(RSyntaxDocument doc, javax.swing.text.Element elem, int offs)static TokenRSyntaxUtilities. getTokenAtOffset(RSyntaxDocument doc, int offset)Returns the token at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffsetOrLastTokenIfEndOfLine(RSyntaxDocument doc, int offset)Returns the token at the specified offset.private static intRSyntaxTextAreaEditorKit.DumbCompleteWordAction. getWordStartImpl(RSyntaxDocument doc, javax.swing.text.Element elem, int offs)voidDefaultOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)voidHtmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)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)static voidDefaultOccurrenceMarker. markOccurrencesOfToken(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Highlights all instances of tokens identical totin the specified document.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument Constructor Description RSyntaxTextArea(RSyntaxDocument doc)Constructor.RSyntaxTextArea(RSyntaxDocument doc, java.lang.String text, int rows, int cols)Constructor.TokenIterator(RSyntaxDocument doc)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, java.lang.String style)Parses input from the specified document.ParseResultTaskTagParser. parse(RSyntaxDocument doc, java.lang.String style)ParseResultXmlParser. parse(RSyntaxDocument doc, java.lang.String style)
-