public interface UndoManager
| Modifier and Type | Method and Description |
|---|---|
int |
add(Object data,
String title) |
void |
clearRedo() |
void |
clearUndo() |
int |
getLength() |
int |
getPosition() |
Object |
item(int index) |
void |
remove(int index) |
Copyright © 2016. All Rights Reserved.