Uses of Interface
org.fife.ui.rsyntaxtextarea.TokenTypes
Packages that use TokenTypes
-
Uses of TokenTypes in org.fife.ui.rsyntaxtextarea
Subinterfaces of TokenTypes in org.fife.ui.rsyntaxtextareaModifier and TypeInterfaceDescriptioninterface
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 that implement TokenTypesModifier and TypeClassDescriptionclass
The set of colors and styles used by anRSyntaxTextArea
to color tokens.class
The default implementation ofToken
.