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) classThe default implementation ofTokenMakerFactory.final classUtility methods that help you determine what type of code is in a file, to determine how to syntax highlight it.classThe document used byRSyntaxTextArea.classAn extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.classAn extension ofRSyntaxTextAreathat 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