程序包 | 说明 |
---|---|
com.fr.design.data.datapane.sqlpane | |
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
com.fr.design.gui.syntax.ui.rsyntaxtextarea.folding |
Code folding functionality.
|
com.fr.design.gui.syntax.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea . |
com.fr.design.gui.syntax.ui.rsyntaxtextarea.parser |
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
|
com.fr.design.gui.syntax.ui.rsyntaxtextarea.templates |
Facilitates adding code templates to an
RSyntaxTextArea . |
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
类和说明 |
---|
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
SyntaxConstants
Constants that define the different programming languages understood by
RSyntaxTextArea . |
类和说明 |
---|
AbstractJFlexTokenMaker
Base class for JFlex-generated token makers.
|
ActiveLineRangeEvent
The event fired by
RSyntaxTextArea s when the active line range
changes. |
ActiveLineRangeListener
Listens for "active line range" events from an
RSyntaxTextArea . |
CodeTemplateManager
Manages "code templates."
|
DocumentRange
A range of text in a document.
|
FileLocation
Holds the location of a local or remote file.
|
LinkGenerator
Generates hyperlinks in a document.
|
LinkGeneratorResult
A result object from a
LinkGenerator . |
OccurrenceMarker
An
OccurrenceMarker is called when the caret stops moving after
a short period. |
PopupWindowDecorator
A hook allowing hosting applications to decorate JWindows created by the
AutoComplete library.
|
RSyntaxDocument
The document used by
RSyntaxTextArea . |
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
RSyntaxTextAreaHighlighter
The highlighter implementation used by
RSyntaxTextArea s. |
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.
|
Token
A generic token that functions as a node in a linked list of syntax
highlighted tokens for some language.
|
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. |
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. defined by a
TokenMaker . |
TokenOrientedView
An interface for the syntax-highlighting token oriented views for
token-oriented methods.
|
TokenTypes
All token types supported by RSyntaxTextArea.
|
TokenUtils.TokenSubList |
类和说明 |
---|
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
SyntaxConstants
Constants that define the different programming languages understood by
RSyntaxTextArea . |
Token
A generic token that functions as a node in a linked list of syntax
highlighted tokens for some language.
|
类和说明 |
---|
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. |
OccurrenceMarker
An
OccurrenceMarker is called when the caret stops moving after
a short period. |
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 Token s for syntax highlighting
in a particular language. |
TokenMap
A hash table for reserved words, etc. defined by a
TokenMaker . |
类和说明 |
---|
RSyntaxDocument
The document used by
RSyntaxTextArea . |
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
类和说明 |
---|
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
类和说明 |
---|
DocumentRange
A range of text in a document.
|