public class UndoableChangeType
extends javax.swing.undo.AbstractUndoableEdit
| Constructor and Description |
|---|
UndoableChangeType(BibtexEntry be,
BibtexEntryType oldType,
BibtexEntryType newType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRedoPresentationName() |
java.lang.String |
getUndoPresentationName() |
void |
redo() |
void |
undo() |
public UndoableChangeType(BibtexEntry be, BibtexEntryType oldType, BibtexEntryType newType)
public java.lang.String getUndoPresentationName()
getUndoPresentationName in interface javax.swing.undo.UndoableEditgetUndoPresentationName in class javax.swing.undo.AbstractUndoableEditpublic java.lang.String getRedoPresentationName()
getRedoPresentationName in interface javax.swing.undo.UndoableEditgetRedoPresentationName in class javax.swing.undo.AbstractUndoableEditpublic void undo()
undo in interface javax.swing.undo.UndoableEditundo in class javax.swing.undo.AbstractUndoableEditpublic void redo()
redo in interface javax.swing.undo.UndoableEditredo in class javax.swing.undo.AbstractUndoableEdit