Uses of Class
com.hilerio.ace.AceTheme
-
Uses of AceTheme in com.hilerio.ace
Methods in com.hilerio.ace that return AceTheme Modifier and Type Method Description AceThemeAceEditor. getTheme()Returns the current set theme for the editor.static AceThemeAceTheme. 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.Methods in com.hilerio.ace with parameters of type AceTheme Modifier and Type Method Description voidAceEditor. setTheme(AceTheme theme)Sets the theme (style) of the editor.