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
edits
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, 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
Methods 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:
isInProgress
in classCompoundEdit
-
getStagedUndoState
- Specified by:
getStagedUndoState
in interfaceIStagedStateEdit
-
getStagedRedoState
- Specified by:
getStagedRedoState
in interfaceIStagedStateEdit
-
getPresentationName
- Specified by:
getPresentationName
in interfaceUndoableEdit
- Overrides:
getPresentationName
in classCompoundEdit
-
getUndoPresentationName
- Specified by:
getUndoPresentationName
in interfaceUndoableEdit
- Overrides:
getUndoPresentationName
in classCompoundEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationName
in interfaceUndoableEdit
- Overrides:
getRedoPresentationName
in classCompoundEdit
-