public class EditorConfigurationImpl extends java.lang.Object implements EditorConfiguration
| Constructor and Description |
|---|
EditorConfigurationImpl(JSONObject configJSONObject,
EditorOptions editorOptions) |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getConfigJSONObject() |
java.util.Map<java.lang.String,java.lang.Object> |
getData() |
EditorOptions |
getEditorOptions() |
public EditorConfigurationImpl(JSONObject configJSONObject, EditorOptions editorOptions)
public JSONObject getConfigJSONObject()
getConfigJSONObject in interface EditorConfigurationpublic java.util.Map<java.lang.String,java.lang.Object> getData()
getData in interface EditorConfigurationpublic EditorOptions getEditorOptions()
getEditorOptions in interface EditorConfiguration