public class JTextFieldUndoListener extends Object implements UndoableEditListener
| Modifier and Type | Field and Description |
|---|---|
CompoundEdit |
compoundEdit |
| Constructor and Description |
|---|
JTextFieldUndoListener(JTextComponent editor) |
JTextFieldUndoListener(TextAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishCurrentEdit() |
void |
undoableEditHappened(UndoableEditEvent e) |
public CompoundEdit compoundEdit
public JTextFieldUndoListener(TextAdapter adapter)
public JTextFieldUndoListener(JTextComponent editor)
public void undoableEditHappened(UndoableEditEvent e)
undoableEditHappened in interface UndoableEditListenerpublic void finishCurrentEdit()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.