public class UndoChangeEvent extends ChangeEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
UndoChangeEvent.ChangeType |
source| Constructor and Description |
|---|
UndoChangeEvent(AtomicUndoManager atomicUndoManager,
UndoChangeEvent.ChangeType type,
UndoableEdit edit) |
| Modifier and Type | Method and Description |
|---|---|
UndoableEdit |
getEdit() |
UndoChangeEvent.ChangeType |
getType() |
getSource, toStringpublic UndoChangeEvent(AtomicUndoManager atomicUndoManager, UndoChangeEvent.ChangeType type, UndoableEdit edit)
public UndoableEdit getEdit()
public UndoChangeEvent.ChangeType getType()
Copyright © 2022. All rights reserved.