public final class JTextComponentUndoSupport
extends java.lang.Object
| Constructor and Description | 
|---|
JTextComponentUndoSupport(javax.swing.text.JTextComponent textComponent)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearUndo()
Clears the undo stack 
 | 
void | 
commitCombinedEdit()
Commits the combined edits (if any) that have been accrued since
 startCombiningEdits() was called. 
 | 
void | 
startCombiningEdits()
Calling this causes the undoable edits to be combined until
 commitCombinedEdits() is called. 
 | 
public JTextComponentUndoSupport(javax.swing.text.JTextComponent textComponent)
public void clearUndo()
public void startCombiningEdits()
public void commitCombinedEdit()