Uses of Class
org.eclipse.core.commands.operations.LinearUndoViolationDetector
-
Packages that use LinearUndoViolationDetector Package Description org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone.org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations. -
-
Uses of LinearUndoViolationDetector in org.eclipse.core.commands.operations
Subclasses of LinearUndoViolationDetector in org.eclipse.core.commands.operations Modifier and Type Class Description class
LinearUndoEnforcer
An operation approver that enforces a strict linear undo. -
Uses of LinearUndoViolationDetector in org.eclipse.ui.operations
Subclasses of LinearUndoViolationDetector in org.eclipse.ui.operations Modifier and Type Class Description class
LinearUndoViolationUserApprover
An operation approver that prompts the user to see if linear undo violations are permitted.
-