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,java.io.Serializable,javax.swing.undo.UndoableEdit
- Enclosing class:
- AtomicUndoManager
static class AtomicUndoManager.DisplayableCompoundEdit extends javax.swing.undo.CompoundEdit implements IStagedStateEdit
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String_strDisplayName
-
Constructor Summary
Constructors Constructor Description DisplayableCompoundEdit(java.lang.String strDisplayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPresentationName()java.lang.StringgetRedoPresentationName()IStagedStateEditablegetStagedRedoState()IStagedStateEditablegetStagedUndoState()java.lang.StringgetUndoPresentationName()booleanisInProgress()-
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, isSignificant, lastEdit, redo, toString, undo
-
-
-
-
Method Detail
-
isInProgress
public boolean isInProgress()
- Overrides:
isInProgressin classjavax.swing.undo.CompoundEdit
-
getStagedUndoState
public IStagedStateEditable getStagedUndoState()
- Specified by:
getStagedUndoStatein interfaceIStagedStateEdit
-
getStagedRedoState
public IStagedStateEditable getStagedRedoState()
- Specified by:
getStagedRedoStatein interfaceIStagedStateEdit
-
getPresentationName
public java.lang.String getPresentationName()
- Specified by:
getPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getPresentationNamein classjavax.swing.undo.CompoundEdit
-
getUndoPresentationName
public java.lang.String getUndoPresentationName()
- Specified by:
getUndoPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getUndoPresentationNamein classjavax.swing.undo.CompoundEdit
-
getRedoPresentationName
public java.lang.String getRedoPresentationName()
- Specified by:
getRedoPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getRedoPresentationNamein classjavax.swing.undo.CompoundEdit
-
-