Interface BinaryDataCommand

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean canUndo()
      Returns true if command support undo operation.
      void dispose()
      Disposes command.
      void execute()
      Performs operation on given document.
      java.lang.String getCaption()
      Returns caption as text.
      java.util.Optional<java.util.Date> getExecutionTime()
      Returns time of command execution.
      void redo()
      Performs redo on given document.
      void undo()
      Performs undo operation on given document.
      void use()
      Performs update of command use information.