| Package | Description |
|---|---|
| org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| org.fife.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea. |
| org.fife.ui.rsyntaxtextarea.templates |
Facilitates adding code templates to an
RSyntaxTextArea. |
| Class and Description |
|---|
| AbstractJFlexTokenMaker
Base class for JFlex-generated token makers.
|
| CodeTemplateManager
Manages "code templates."
|
| FileLocation
Holds the location of a local or remote file.
|
| Parser
An interface for a parser.
|
| RSyntaxDocument
The document used by
RSyntaxTextArea. |
| RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
| 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. |
| Token
A generic token that functions as a node in a linked list of syntax
highlighted tokens for some language.
|
| TokenMaker
An implementation of
TokenMaker is a class that turns text into
a linked list of Tokens for syntax highlighting
in a particular language. |
| TokenMakerFactory
A factory that maps syntax styles to
TokenMakers capable of splitting
text into tokens for those syntax styles. |
| TokenMap
A hash table for reserved words, etc.
|
| TokenOrientedView
An interface for the syntax-highlighting token oriented views for
token-oriented methods.
|
| Class and Description |
|---|
| AbstractJFlexCTokenMaker
Base class for JFlex-based token makers using C-style syntax.
|
| AbstractJFlexTokenMaker
Base class for JFlex-generated token makers.
|
| AbstractTokenMaker
An abstract implementation of the
TokenMaker interface. |
| Token
A generic token that functions as a node in a linked list of syntax
highlighted tokens for some language.
|
| TokenMaker
An implementation of
TokenMaker is a class that turns text into
a linked list of Tokens for syntax highlighting
in a particular language. |
| TokenMap
A hash table for reserved words, etc.
|
| Class and Description |
|---|
| RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
Copyright © 2009-2013 jtstand.com. All Rights Reserved.