| Package | Description |
|---|---|
| editor.undo |
| Modifier and Type | Method and Description |
|---|---|
UndoChangeEvent.ChangeType |
UndoChangeEvent.getType() |
static UndoChangeEvent.ChangeType |
UndoChangeEvent.ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UndoChangeEvent.ChangeType[] |
UndoChangeEvent.ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UndoChangeEvent(AtomicUndoManager atomicUndoManager,
UndoChangeEvent.ChangeType type,
UndoableEdit edit) |
Copyright © 2018. All rights reserved.