Package editor.undo
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 javax.swing.undo.CompoundEdit
editsFields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, isSignificant, lastEdit, redo, toString, undoMethods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEditMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.undo.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
-