Class BasicCompoundEdit

  • All Implemented Interfaces:
    PerformableEdit, java.io.Serializable, javax.swing.undo.UndoableEdit

    public class BasicCompoundEdit
    extends AbstractCompoundEdit
    This subclass of SyncCompoundEdit is the most basic extension of the abstract class which simply puts empty bodies for the abstract methods.
    See Also:
    Serialized Form
    • Constructor Detail

      • BasicCompoundEdit

        public BasicCompoundEdit()
        Creates a CompountEdit object
      • BasicCompoundEdit

        public BasicCompoundEdit​(java.lang.String presentationName)
        Creates a CompountEdit object with a given name
        Parameters:
        presentationName - text describing the compound edit
    • Method Detail

      • isSignificant

        public boolean isSignificant()
        Specified by:
        isSignificant in interface javax.swing.undo.UndoableEdit
        Overrides:
        isSignificant in class javax.swing.undo.CompoundEdit
      • setSignificant

        public void setSignificant​(boolean b)