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) classDefaultTokenMakerFactoryThe default implementation ofTokenMakerFactory.classFileTypeUtilUtility methods that help you determine what type of code is in a file, to determine how to syntax highlight it.classRSyntaxDocumentThe document used byRSyntaxTextArea.classRSyntaxTextAreaAn extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.classTextEditorPaneAn 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 Modifier and Type Class Description classFoldParserManagerManages fold parsers.
-