Uses of Interface
org.fife.ui.rsyntaxtextarea.SyntaxConstants
Packages that use SyntaxConstants
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
-
Uses of SyntaxConstants in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement SyntaxConstantsModifier and TypeClassDescription(package private) class
The default implementation ofTokenMakerFactory
.final class
Utility methods that help you determine what type of code is in a file, to determine how to syntax highlight it.class
The document used byRSyntaxTextArea
.class
An extension ofRTextArea
that adds syntax highlighting of certain programming languages to its list of features.class
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