lapisx.swing
Class CoalescingUndo.KeyTypedEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
lapisx.swing.CoalescingUndo.KeyTypedEdit
- All Implemented Interfaces:
- CaretListener, EventListener, Serializable, UndoableEdit
- Enclosing class:
- CoalescingUndo
- protected static class CoalescingUndo.KeyTypedEdit
- extends CompoundEdit
- implements CaretListener
- See Also:
- Serialized Form
Methods inherited from class javax.swing.undo.CompoundEdit |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo |
CoalescingUndo.KeyTypedEdit
public CoalescingUndo.KeyTypedEdit(JTextComponent editor)
replaceEdit
public boolean replaceEdit(UndoableEdit edit)
- Specified by:
replaceEdit
in interface UndoableEdit
end
public void end()
caretUpdate
public void caretUpdate(CaretEvent evt)
- Specified by:
caretUpdate
in interface CaretListener