Class UndoActionReceiver
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.undo.UndoActionReceiver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> void
interceptNext
(String key, Class<T> type, Consumer<T> consumer) Suppress the next received undo event for a given type.<T> void
void
suppressNext
(String key)
-
Constructor Details
-
UndoActionReceiver
-
-
Method Details
-
getEditor
-
suppressNext
-
interceptNext
Suppress the next received undo event for a given type. -
receive
-