Uses of Class
de.f0rce.ace.enums.AceTheme
Package | Description |
---|---|
de.f0rce.ace | |
de.f0rce.ace.enums |
-
Uses of AceTheme in de.f0rce.ace
Methods in de.f0rce.ace that return AceTheme Modifier and Type Method Description AceTheme
AceEditor. getTheme()
Returns the current theme of the editor.Methods in de.f0rce.ace with parameters of type AceTheme Modifier and Type Method Description void
AceEditor. setTheme(AceTheme theme)
Sets the theme (style) of the editor.Constructors in de.f0rce.ace with parameters of type AceTheme Constructor Description AceEditor(AceTheme theme, AceMode mode, java.lang.String height, java.lang.String width)
-
Uses of AceTheme in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceTheme Modifier and Type Method Description static AceTheme
AceTheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AceTheme[]
AceTheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.