AbstractJFlexTokenMaker |
Base class for JFlex-generated token makers.
|
AbstractTokenMakerFactory |
|
ActiveLineRangeEvent |
|
ActiveLineRangeListener |
Listens for "active line range" events from an RSyntaxTextArea .
|
CodeTemplateManager |
Manages "code templates."
|
CodeTemplateManager.TemplateComparator |
A comparator that takes a CodeTemplate as its first
parameter and a Segment as its second, and knows
to compare the template's ID to the segment's text.
|
DefaultTokenPainter |
Standard implementation of a token painter.
|
DocumentRange |
A range of text in a document.
|
ErrorStrip.ErrorStripMarkerToolTipProvider |
Returns tool tip text for the markers in an ErrorStrip that
denote one or more parser notices.
|
ErrorStrip.Listener |
Listens for events in the error strip and its markers.
|
ErrorStrip.Marker |
A "marker" in this error strip, representing one or more notices.
|
FileLocation |
Holds the location of a local or remote file.
|
FileTypeUtil |
Utility methods that help you determine what type of code is in a
file, to determine how to syntax highlight it.
|
LinkGenerator |
Generates hyperlinks in a document.
|
LinkGeneratorResult |
|
MarkOccurrencesSupport |
Marks all occurrences of the token at the current caret position, if it is
an identifier.
|
MatchedBracketPopup |
A tool tip-like popup that shows the line of code containing the bracket
matched to that at the caret position, if it is scrolled out of the user's
viewport.
|
MatchedBracketPopup.Listener |
Listens for events in this popup.
|
OccurrenceMarker |
An OccurrenceMarker is called when the caret stops moving after
a short period.
|
ParserManager |
Manages running a parser object for an RSyntaxTextArea .
|
ParserManager.NoticeHighlightPair |
Mapping of a parser notice to its highlight in the editor.
|
PopupWindowDecorator |
A hook allowing hosting applications to decorate JWindows created by the
AutoComplete library.
|
RSTAView |
Utility methods for RSyntaxTextArea's views.
|
RSyntaxDocument |
|
RSyntaxTextArea |
An extension of RTextArea that adds syntax highlighting
of certain programming languages to its list of features.
|
RSyntaxTextArea.BracketMatchingTimer |
A timer that animates the "bracket matching" animation.
|
RSyntaxTextArea.MatchedBracketPopupTimer |
Renders the text on the line containing the "matched bracket" after a
delay.
|
RSyntaxTextAreaEditorKit.FoldRelatedAction |
Base class for folding-related actions.
|
RSyntaxTextAreaEditorKit.InsertBreakAction |
Action for when the user presses the Enter key.
|
RSyntaxTextAreaEditorKit.InsertPairedCharacterAction |
If there is no selection, a character is inserted.
|
RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType |
The type of quote to insert.
|
RSyntaxTextAreaHighlighter |
|
RSyntaxTextAreaHighlighter.SyntaxLayeredHighlightInfoImpl |
Highlight info implementation used for parser notices and marked
occurrences.
|
SquiggleUnderlineHighlightPainter |
Highlight painter that paints a squiggly underline underneath text, similar
to what popular IDE's such as Visual Studio and Eclipse do to indicate
errors, warnings, etc.
|
Style |
The color and style information for a token type.
|
SyntaxConstants |
Constants that define the different programming languages understood by
RSyntaxTextArea .
|
SyntaxScheme |
The set of colors and styles used by an RSyntaxTextArea to
color tokens.
|
Theme |
A theme is a set of fonts and colors to use to style RSyntaxTextArea and
RTextScrollPane.
|
Token |
A generic token that functions as a node in a linked list of syntax
highlighted tokens for some language.
|
TokenFactory |
Interface for a class that generates tokens somehow.
|
TokenImpl |
The default implementation of Token .
|
TokenMaker |
An implementation of TokenMaker is a class that turns text into
a linked list of Token s for syntax highlighting
in a particular language.
|
TokenMakerBase |
Base class for token makers.
|
TokenMakerFactory |
A factory that maps syntax styles to TokenMaker s capable of splitting
text into tokens for those syntax styles.
|
TokenMap |
A hash table for reserved words, etc.
|
TokenMap.TokenMapToken |
The "token" used by a token map.
|
TokenOrientedView |
An interface for the syntax-highlighting token oriented views for
token-oriented methods.
|
TokenPainter |
|
TokenTypes |
All token types supported by RSyntaxTextArea.
|
TokenUtils.TokenSubList |
A sub-list of tokens.
|