public static class UIUtil.HistoryAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected UIUtil.HistoryAction |
complement |
protected boolean |
undo |
protected javax.swing.undo.UndoManager |
undoManager |
Constructor and Description |
---|
UIUtil.HistoryAction(boolean undo,
javax.swing.undo.UndoManager undoManager) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
UIUtil.HistoryAction |
getComplement() |
void |
refreshEnabled() |
void |
setComplement(UIUtil.HistoryAction complement) |
protected final boolean undo
protected final javax.swing.undo.UndoManager undoManager
protected UIUtil.HistoryAction complement
public UIUtil.HistoryAction(boolean undo, javax.swing.undo.UndoManager undoManager)
public void actionPerformed(java.awt.event.ActionEvent e)
public void refreshEnabled()
public UIUtil.HistoryAction getComplement()
public void setComplement(UIUtil.HistoryAction complement)
complement
- the complement to set