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