| Package | Description |
|---|---|
| charger |
The top level package for the editor.
|
| Modifier and Type | Method and Description |
|---|---|
static EditingChangeState.EditChange |
EditingChangeState.EditChange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditingChangeState.EditChange[] |
EditingChangeState.EditChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditManager.setChangedContent(EditingChangeState.EditChange... changes)
Convenience method to simplify the syntax for editing changes.
|
| Constructor and Description |
|---|
EditingChangeState(EditingChangeState.EditChange... changes)
Set the appropriate change(s) in a human-readable way
|