| 程序包 | 说明 |
|---|---|
| com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| com.fr.design.gui.syntax.ui.rsyntaxtextarea.parser |
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
|
| 类和说明 |
|---|
| Parser
An interface for a parser for content in an
RSyntaxTextArea. |
| ParserNotice
A notice (e.g., a warning or error) from a parser.
|
| 类和说明 |
|---|
| AbstractParser
A base class for
Parser implementations. |
| DefaultParserNotice
Base implementation of a parser notice.
|
| ExtendedHyperlinkListener
Listens for hyperlink events from
FocusableTips. |
| Parser
An interface for a parser for content in an
RSyntaxTextArea. |
| ParseResult
The result from a
Parser. |
| ParserNotice
A notice (e.g., a warning or error) from a parser.
|