Uses of Class
org.fife.ui.rsyntaxtextarea.Style
-
Packages that use Style Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of Style in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as Style Modifier and Type Field Description private Style[]SyntaxScheme. stylesMethods in org.fife.ui.rsyntaxtextarea that return Style Modifier and Type Method Description StyleSyntaxScheme. getStyle(int index)Returns the specified style.Style[]SyntaxScheme. getStyles()Used by third party implementors e.g.Methods in org.fife.ui.rsyntaxtextarea with parameters of type Style Modifier and Type Method Description voidSyntaxScheme. setStyle(int type, Style style)Sets a style to use when rendering a token type.voidSyntaxScheme. setStyles(Style[] styles)Used by third party implementors e.g.
-