Uses of Package
org.fife.ui.rsyntaxtextarea
-
Packages that use org.fife.ui.rsyntaxtextarea Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality.org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source inRSyntaxTextArea.org.fife.ui.rsyntaxtextarea.parser Interfaces for parsing text in RSyntaxTextAreas and identifying errors, warnings, etc.org.fife.ui.rsyntaxtextarea.templates Facilitates adding code templates to anRSyntaxTextArea.org.fife.ui.rtextarea A single-font text editor with many custom features. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea Class Description AbstractJFlexTokenMaker Base class for JFlex-generated token makers.ActiveLineRangeEvent The event fired byRSyntaxTextAreas when the active line range changes.ActiveLineRangeListener Listens for "active line range" events from anRSyntaxTextArea.CodeTemplateManager Manages "code templates."DocumentRange A range of text in a document.ErrorStrip.ErrorStripMarkerToolTipProvider Returns tool tip text for the markers in anErrorStripthat denote one or more parser notices.FileLocation Holds the location of a local or remote file.LinkGenerator Generates hyperlinks in a document.LinkGeneratorResult A result object from aLinkGenerator.OccurrenceMarker AnOccurrenceMarkeris 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 byRSyntaxTextArea.RSyntaxTextArea An extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.RSyntaxTextAreaEditorKit.InsertBreakAction Action for when the user presses the Enter key.RSyntaxTextAreaHighlighter The highlighter implementation used byRSyntaxTextAreas.Style The color and style information for a token type.SyntaxConstants Constants that define the different programming languages understood byRSyntaxTextArea.SyntaxScheme The set of colors and styles used by anRSyntaxTextAreato 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.TokenImpl The default implementation ofToken.TokenMaker An implementation ofTokenMakeris a class that turns text into a linked list ofTokens for syntax highlighting in a particular language.TokenMakerBase Base class for token makers.TokenMakerFactory A factory that maps syntax styles toTokenMakers 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.TokenTypes All token types supported by RSyntaxTextArea.TokenUtils.TokenSubList A sub-list of tokens. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.folding Class Description RSyntaxTextArea An extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.SyntaxConstants Constants that define the different programming languages understood byRSyntaxTextArea.Token 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.modes Class 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 theTokenMakerinterface.OccurrenceMarker AnOccurrenceMarkeris 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 ofTokenMakeris a class that turns text into a linked list ofTokens for syntax highlighting in a particular language.TokenMakerBase Base class for token makers.TokenMap A hash table for reserved words, etc. -
Classes in org.fife.ui.rsyntaxtextarea used by org.fife.ui.rsyntaxtextarea.parser Class Description RSyntaxDocument The document used byRSyntaxTextArea.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.templates Class Description 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.rtextarea Class Description DocumentRange A range of text in a document.