org.bdgp.swing
Class NamedCompoundEdit
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--javax.swing.undo.CompoundEdit
|
+--org.bdgp.swing.NamedCompoundEdit
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
- public class NamedCompoundEdit
- extends javax.swing.undo.CompoundEdit
- See Also:
- Serialized Form
Fields inherited from class javax.swing.undo.CompoundEdit |
edits |
Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
Methods inherited from class javax.swing.undo.CompoundEdit |
addEdit, canRedo, canUndo, die, end, isInProgress, isSignificant, lastEdit, redo, toString, undo |
Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
replaceEdit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NamedCompoundEdit
public NamedCompoundEdit()
NamedCompoundEdit
public NamedCompoundEdit(java.lang.String name)
getPresentationName
public java.lang.String getPresentationName()
- Overrides:
getPresentationName
in class javax.swing.undo.CompoundEdit
getUndoPresentationName
public java.lang.String getUndoPresentationName()
- Overrides:
getUndoPresentationName
in class javax.swing.undo.CompoundEdit
getRedoPresentationName
public java.lang.String getRedoPresentationName()
- Overrides:
getRedoPresentationName
in class javax.swing.undo.CompoundEdit
setName
public void setName(java.lang.String name)