Package editor.undo

Class 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  
      • Fields inherited from class javax.swing.undo.CompoundEdit

        edits
      • Fields inherited from class javax.swing.undo.AbstractUndoableEdit

        RedoName, UndoName
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayableCompoundEdit​(java.lang.String strDisplayName)  
    • Field Detail

      • _strDisplayName

        java.lang.String _strDisplayName
    • Constructor Detail

      • DisplayableCompoundEdit

        DisplayableCompoundEdit​(java.lang.String strDisplayName)
    • Method Detail

      • isInProgress

        public boolean isInProgress()
        Overrides:
        isInProgress in class javax.swing.undo.CompoundEdit
      • getPresentationName

        public java.lang.String getPresentationName()
        Specified by:
        getPresentationName in interface javax.swing.undo.UndoableEdit
        Overrides:
        getPresentationName in class javax.swing.undo.CompoundEdit
      • getUndoPresentationName

        public java.lang.String getUndoPresentationName()
        Specified by:
        getUndoPresentationName in interface javax.swing.undo.UndoableEdit
        Overrides:
        getUndoPresentationName in class javax.swing.undo.CompoundEdit
      • getRedoPresentationName

        public java.lang.String getRedoPresentationName()
        Specified by:
        getRedoPresentationName in interface javax.swing.undo.UndoableEdit
        Overrides:
        getRedoPresentationName in class javax.swing.undo.CompoundEdit