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