Class AtomicUndoManager.DisplayableCompoundEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
editor.undo.AtomicUndoManager.DisplayableCompoundEdit
- All Implemented Interfaces:
IStagedStateEdit, Serializable, UndoableEdit
- Enclosing class:
AtomicUndoManager
static class AtomicUndoManager.DisplayableCompoundEdit
extends CompoundEdit
implements IStagedStateEdit
-
Field Summary
FieldsFields inherited from class CompoundEdit
editsFields inherited from class AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class CompoundEdit
addEdit, canRedo, canUndo, die, end, isSignificant, lastEdit, redo, toString, undoMethods inherited from class AbstractUndoableEdit
replaceEditMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface UndoableEdit
addEdit, canRedo, canUndo, die, isSignificant, redo, replaceEdit, undo
-
Field Details
-
_strDisplayName
String _strDisplayName
-
-
Constructor Details
-
DisplayableCompoundEdit
DisplayableCompoundEdit(String strDisplayName)
-
-
Method Details
-
isInProgress
public boolean isInProgress()- Overrides:
isInProgressin classCompoundEdit
-
getStagedUndoState
- Specified by:
getStagedUndoStatein interfaceIStagedStateEdit
-
getStagedRedoState
- Specified by:
getStagedRedoStatein interfaceIStagedStateEdit
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classCompoundEdit
-
getUndoPresentationName
- Specified by:
getUndoPresentationNamein interfaceUndoableEdit- Overrides:
getUndoPresentationNamein classCompoundEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationNamein interfaceUndoableEdit- Overrides:
getRedoPresentationNamein classCompoundEdit
-