Uses of Package
org.fife.ui.rsyntaxtextarea
Packages that use org.fife.ui.rsyntaxtextarea
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
Scanners that tokenize source in
RSyntaxTextArea.Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
Facilitates adding code templates to an
RSyntaxTextArea.A single-font text editor with many custom features.
-
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextareaClassDescriptionBase class for JFlex-generated token makers.The event fired by
RSyntaxTextAreas when the active line range changes.Listens for "active line range" events from anRSyntaxTextArea.Manages "code templates."A range of text in a document.Returns tool tip text for the markers in anErrorStripthat denote one or more parser notices.Holds the location of a local or remote file.Utility methods that help you determine what type of code is in a file, to determine how to syntax highlight it.Generates hyperlinks in a document.A result object from aLinkGenerator.AnOccurrenceMarkeris called when the caret stops moving after a short period.A hook allowing hosting applications to decorate JWindows created by the AutoComplete library.The document used byRSyntaxTextArea.An extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.Action for when the user presses the Enter key.If there is no selection, a character is inserted.The type of quote to insert.The highlighter implementation used byRSyntaxTextAreas.The color and style information for a token type.Constants that define the different programming languages understood byRSyntaxTextArea.The set of colors and styles used by anRSyntaxTextAreato color tokens.A theme is a set of fonts and colors to use to style RSyntaxTextArea and RTextScrollPane.A generic token that functions as a node in a linked list of syntax highlighted tokens for some language.The default implementation ofToken.An implementation ofTokenMakeris a class that turns text into a linked list ofTokens for syntax highlighting in a particular language.Base class for token makers.A factory that maps syntax styles toTokenMakers capable of splitting text into tokens for those syntax styles.A hash table for reserved words, etc. defined by aTokenMaker.An interface for the syntax-highlighting token oriented views for token-oriented methods.All token types supported by RSyntaxTextArea.A sub-list of tokens. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.foldingClassDescriptionAn extension of
RTextAreathat adds syntax highlighting of certain programming languages to its list of features.Constants that define the different programming languages understood byRSyntaxTextArea.A generic token that functions as a node in a linked list of syntax highlighted tokens for some language. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.modesClassDescriptionBase class for JFlex-based token makers using C-style syntax.Base class for JFlex-generated token makers.An abstract implementation of the
TokenMakerinterface.AnOccurrenceMarkeris called when the caret stops moving after a short period.A generic token that functions as a node in a linked list of syntax highlighted tokens for some language.An implementation ofTokenMakeris a class that turns text into a linked list ofTokens for syntax highlighting in a particular language.Base class for token makers.A hash table for reserved words, etc. defined by aTokenMaker. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.parserClassDescriptionThe document used by
RSyntaxTextArea.An extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.templatesClassDescriptionAn extension of
RTextAreathat adds syntax highlighting of certain programming languages to its list of features. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rtextarea