public class UndoableKeyChange
extends javax.swing.undo.AbstractUndoableEdit
Constructor and Description |
---|
UndoableKeyChange(BibtexDatabase base,
java.lang.String entryId,
java.lang.String oldValue,
java.lang.String newValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRedoPresentationName() |
java.lang.String |
getUndoPresentationName() |
void |
redo() |
void |
undo() |
public UndoableKeyChange(BibtexDatabase base, java.lang.String entryId, java.lang.String oldValue, java.lang.String newValue)
public java.lang.String getUndoPresentationName()
getUndoPresentationName
in interface javax.swing.undo.UndoableEdit
getUndoPresentationName
in class javax.swing.undo.AbstractUndoableEdit
public java.lang.String getRedoPresentationName()
getRedoPresentationName
in interface javax.swing.undo.UndoableEdit
getRedoPresentationName
in class javax.swing.undo.AbstractUndoableEdit
public void undo()
undo
in interface javax.swing.undo.UndoableEdit
undo
in class javax.swing.undo.AbstractUndoableEdit
public void redo()
redo
in interface javax.swing.undo.UndoableEdit
redo
in class javax.swing.undo.AbstractUndoableEdit