public class UndoManager extends Object
| Constructor and Description |
|---|
UndoManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUndo(UndoAction u) |
void |
clear() |
UndoAction |
getNext() |
boolean |
isEmpty() |
int |
size() |
public UndoAction getNext()
public void addUndo(UndoAction u)
public void clear()
public boolean isEmpty()
public int size()
Copyright © 2014 JBoss by Red Hat. All rights reserved.