Uses of Package
org.fife.ui.rsyntaxtextarea.parser
Packages that use org.fife.ui.rsyntaxtextarea.parser
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
-
Classes in org.fife.ui.rsyntaxtextarea.parser used by org.fife.ui.rsyntaxtextareaClassDescriptionAn interface for a parser for content in an
RSyntaxTextArea
.The result from aParser
.A notice (e.g., a warning or error) from a parser.Denotes the severity of a parser notice.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
-
Classes in org.fife.ui.rsyntaxtextarea.parser used by org.fife.ui.rsyntaxtextarea.parserClassDescriptionA base class for
Parser
implementations.A basic implementation ofParseResult
.Base implementation of a parser notice.Listens for hyperlink events fromFocusableTip
s.An interface for a parser for content in anRSyntaxTextArea
.The result from aParser
.A notice (e.g., a warning or error) from a parser.Denotes the severity of a parser notice.