Uses of Interface
org.fife.ui.rsyntaxtextarea.SyntaxConstants
-
Packages that use SyntaxConstants Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality. -
-
Uses of SyntaxConstants in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement SyntaxConstants Modifier and Type Class Description (package private) class
DefaultTokenMakerFactory
The default implementation ofTokenMakerFactory
.class
FileTypeUtil
Utility methods that help you determine what type of code is in a file, to determine how to syntax highlight it.class
RSyntaxDocument
The document used byRSyntaxTextArea
.class
RSyntaxTextArea
An extension ofRTextArea
that adds syntax highlighting of certain programming languages to its list of features.class
TextEditorPane
An extension ofRSyntaxTextArea
that adds information about the file being edited, such as: Its name and location. -
Uses of SyntaxConstants in org.fife.ui.rsyntaxtextarea.folding
Classes in org.fife.ui.rsyntaxtextarea.folding that implement SyntaxConstants Modifier and Type Class Description class
FoldParserManager
Manages fold parsers.
-