Uses of Package
org.fife.ui.rsyntaxtextarea.parser
-
Packages that use org.fife.ui.rsyntaxtextarea.parser Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality.org.fife.ui.rsyntaxtextarea.parser Interfaces for parsing text in RSyntaxTextAreas and identifying errors, warnings, etc. -
Classes in org.fife.ui.rsyntaxtextarea.parser used by org.fife.ui.rsyntaxtextarea Class Description Parser An interface for a parser for content in anRSyntaxTextArea.ParseResult The result from aParser.ParserNotice A notice (e.g., a warning or error) from a parser.ParserNotice.Level Denotes the severity of a parser notice.ToolTipInfo Wrapper for a tool tip and a listener for hyperlink events in the tool tip (assuming the tip is HTML). -
Classes in org.fife.ui.rsyntaxtextarea.parser used by org.fife.ui.rsyntaxtextarea.folding Class Description Parser An interface for a parser for content in anRSyntaxTextArea. -
Classes in org.fife.ui.rsyntaxtextarea.parser used by org.fife.ui.rsyntaxtextarea.parser Class Description AbstractParser A base class forParserimplementations.DefaultParseResult A basic implementation ofParseResult.DefaultParserNotice Base implementation of a parser notice.ExtendedHyperlinkListener Listens for hyperlink events fromFocusableTips.Parser An interface for a parser for content in anRSyntaxTextArea.ParseResult The result from aParser.ParserNotice A notice (e.g., a warning or error) from a parser.ParserNotice.Level Denotes the severity of a parser notice.