protected static enum CodeMirror.PropertyKeys extends java.lang.Enum<CodeMirror.PropertyKeys>
| Enum Constant and Description |
|---|
async |
completeMethod |
electricChars |
escape |
escapeSuggestions |
extraKeys |
firstLineNumber |
fixedGutter |
global |
gutter |
indentUnit |
indentWithTabs |
keyMap |
lineNumbers |
lineWrapping |
matchBrackets |
mode |
oncomplete |
onerror |
onstart |
onsuccess |
pollInterval |
process |
readonly |
smartIndent |
tabindex |
tabSize |
theme |
undoDepth |
widgetVar |
workDelay |
workTime |
| Modifier and Type | Method and Description |
|---|---|
static CodeMirror.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeMirror.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeMirror.PropertyKeys widgetVar
public static final CodeMirror.PropertyKeys theme
public static final CodeMirror.PropertyKeys mode
public static final CodeMirror.PropertyKeys indentUnit
public static final CodeMirror.PropertyKeys smartIndent
public static final CodeMirror.PropertyKeys tabSize
public static final CodeMirror.PropertyKeys indentWithTabs
public static final CodeMirror.PropertyKeys electricChars
public static final CodeMirror.PropertyKeys keyMap
public static final CodeMirror.PropertyKeys lineWrapping
public static final CodeMirror.PropertyKeys lineNumbers
public static final CodeMirror.PropertyKeys firstLineNumber
public static final CodeMirror.PropertyKeys gutter
public static final CodeMirror.PropertyKeys fixedGutter
public static final CodeMirror.PropertyKeys readonly
public static final CodeMirror.PropertyKeys matchBrackets
public static final CodeMirror.PropertyKeys workTime
public static final CodeMirror.PropertyKeys workDelay
public static final CodeMirror.PropertyKeys pollInterval
public static final CodeMirror.PropertyKeys undoDepth
public static final CodeMirror.PropertyKeys tabindex
public static final CodeMirror.PropertyKeys extraKeys
public static final CodeMirror.PropertyKeys completeMethod
public static final CodeMirror.PropertyKeys process
public static final CodeMirror.PropertyKeys onstart
public static final CodeMirror.PropertyKeys oncomplete
public static final CodeMirror.PropertyKeys onerror
public static final CodeMirror.PropertyKeys onsuccess
public static final CodeMirror.PropertyKeys global
public static final CodeMirror.PropertyKeys async
public static final CodeMirror.PropertyKeys escape
public static final CodeMirror.PropertyKeys escapeSuggestions
public static CodeMirror.PropertyKeys[] values()
for (CodeMirror.PropertyKeys c : CodeMirror.PropertyKeys.values()) System.out.println(c);
public static CodeMirror.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.