Package org.knime.core.ui.node.workflow
Interface UndoableUI
- All Superinterfaces:
UI
Represents an undo operation.
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Method Summary
-
Method Details
-
canUndo
boolean canUndo()- Returns:
- whether the undo can be carried out
-
undo
void undo()Performs the undo.
-