Interface UndoableUI

All Superinterfaces:
UI

public interface UndoableUI extends UI
Represents an undo operation.
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    Performs the undo.
  • Method Details

    • canUndo

      boolean canUndo()
      Returns:
      whether the undo can be carried out
    • undo

      void undo()
      Performs the undo.