public class UndoRedoSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
decorate(JTable c)
Deprecated.
DOCUMENT ME!
|
static void |
decorate(JTextComponent c)
Add undo/redo support to the given JTextComponent.
|
static void |
discardAllEdits(JTextComponent c)
DOCUMENT ME!
|
public static void decorate(JTextComponent c)
Maps: Undo -> CONTROL-Z Redo -> CONTROL-Y
c - the JTextComponent to decorate with undo/redo support.@Deprecated public static void decorate(JTable c)
c - DOCUMENT ME!public static final void discardAllEdits(JTextComponent c)
c - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.