Klasse javax.swing.undo.UndoableEditSupport | 1.2 |
java.lang.Object | +--javax.swing.undo.UndoableEditSupport
Datenelemente | |
---|---|
protected int | updateLevel |
protected CompoundEdit | compoundEdit |
protected Vector | listeners |
protected Object | realSource |
Konstruktoren | |
---|---|
public | UndoableEditSupport() |
public | UndoableEditSupport(Object r) |
Methoden | |
---|---|
public synchronized void | addUndoableEditListener(UndoableEditListener l) |
public synchronized void | removeUndoableEditListener(UndoableEditListener l) |
public synchronized UndoableEditListener[] | getUndoableEditListeners() ![]() |
protected void | _postEdit(UndoableEdit e) |
public synchronized void | postEdit(UndoableEdit e) |
public int | getUpdateLevel() |
public synchronized void | beginUpdate() |
protected CompoundEdit | createCompoundEdit() |
public synchronized void | endUpdate() |
public String | toString() |