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 |
|---|---|
java.lang.String |
toString() |
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
@Option public static final CodeMirror.PropertyKeys theme
@Option public static final CodeMirror.PropertyKeys mode
@Option public static final CodeMirror.PropertyKeys indentUnit
@Option public static final CodeMirror.PropertyKeys smartIndent
@Option public static final CodeMirror.PropertyKeys tabSize
@Option public static final CodeMirror.PropertyKeys indentWithTabs
@Option public static final CodeMirror.PropertyKeys electricChars
@Option public static final CodeMirror.PropertyKeys keyMap
@Option public static final CodeMirror.PropertyKeys lineWrapping
@Option public static final CodeMirror.PropertyKeys lineNumbers
@Option public static final CodeMirror.PropertyKeys firstLineNumber
@Option public static final CodeMirror.PropertyKeys gutter
@Option public static final CodeMirror.PropertyKeys fixedGutter
@Option public static final CodeMirror.PropertyKeys readOnly
@Option public static final CodeMirror.PropertyKeys matchBrackets
@Option public static final CodeMirror.PropertyKeys workTime
@Option public static final CodeMirror.PropertyKeys workDelay
@Option public static final CodeMirror.PropertyKeys pollInterval
@Option public static final CodeMirror.PropertyKeys undoDepth
@Option public static final CodeMirror.PropertyKeys tabindex
@Option 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<CodeMirror.PropertyKeys>Copyright © 2011-2014. All Rights Reserved.