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. styles
Methods in org.fife.ui.rsyntaxtextarea that return Style Modifier and Type Method Description Style
SyntaxScheme. 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 void
SyntaxScheme. setStyle(int type, Style style)
Sets a style to use when rendering a token type.void
SyntaxScheme. setStyles(Style[] styles)
Used by third party implementors e.g.
-