Class NFEAtomicUndoableEdit

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected NFEModel model  
      • Fields inherited from class javax.swing.undo.AbstractUndoableEdit

        RedoName, UndoName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimeStamp()
      Gets the time when this object was created.
      void setTimeStamp​(long timeStamp)
      Sets the time when this object was created.
      • Methods inherited from class javax.swing.undo.AbstractUndoableEdit

        addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NFEAtomicUndoableEdit

        public NFEAtomicUndoableEdit​(NFEModel model)
    • Method Detail

      • getTimeStamp

        public long getTimeStamp()
        Gets the time when this object was created. It should be approximate to the time where the event was fired.
        Returns:
        the time in milliseconds
      • setTimeStamp

        public void setTimeStamp​(long timeStamp)
        Sets the time when this object was created. It should be approximate to the time where the event was fired.
        Parameters:
        timeStamp - the time in milliseconds