|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RSyntaxDocument | |
|---|---|
| org.fife.ui.rsyntaxtextarea | |
| org.fife.ui.rsyntaxtextarea.parser | |
| Uses of RSyntaxDocument in org.fife.ui.rsyntaxtextarea |
|---|
| Methods in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument | |
|---|---|
void |
OccurrenceMarker.markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
org.fife.ui.rsyntaxtextarea.MarkOccurrencesHighlightPainter p)
Called when occurrences of a token should be marked. |
void |
XmlOccurrenceMarker.markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
org.fife.ui.rsyntaxtextarea.MarkOccurrencesHighlightPainter p)
Called when occurrences of a token should be marked. |
| Constructors in org.fife.ui.rsyntaxtextarea with parameters of type RSyntaxDocument | |
|---|---|
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 | |
|---|---|
ParseResult |
XmlParser.parse(RSyntaxDocument doc,
String style)
Parses input from the specified document. |
ParseResult |
TaskTagParser.parse(RSyntaxDocument doc,
String style)
|
ParseResult |
Parser.parse(RSyntaxDocument doc,
String style)
Parses input from the specified document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||