Uses of Interface
org.eclipse.core.commands.operations.IOperationApprover
Packages that use IOperationApprover
Package
Description
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IOperationApprover in org.eclipse.core.commands.operations
Subinterfaces of IOperationApprover in org.eclipse.core.commands.operationsModifier and TypeInterfaceDescriptioninterfaceExtendsIOperationApproverto approve the execution of a particular operation within an operation history.Classes in org.eclipse.core.commands.operations that implement IOperationApproverModifier and TypeClassDescriptionfinal classAn operation approver that enforces a strict linear undo.classAn abstract class for detecting violations in a strict linear undo/redo model.Methods in org.eclipse.core.commands.operations with parameters of type IOperationApproverModifier and TypeMethodDescriptionvoidDefaultOperationHistory.addOperationApprover(IOperationApprover approver) Add the specified approver to the list of operation approvers consulted by the operation history before an undo or redo is allowed to proceed.voidIOperationHistory.addOperationApprover(IOperationApprover approver) Add the specified approver to the list of operation approvers consulted by the operation history before an undo or redo is attempted.voidDefaultOperationHistory.removeOperationApprover(IOperationApprover approver) voidIOperationHistory.removeOperationApprover(IOperationApprover approver) Remove the specified operation approver from the list of operation approvers that are consulted before an operation is undone or redone. -
Uses of IOperationApprover in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement IOperationApproverModifier and TypeClassDescriptionfinal classAn operation approver that prompts the user to see if linear undo violations are permitted.final classAn operation approver that prompts the user to see if a non-local undo should proceed inside an editor. -
Uses of IOperationApprover in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IOperationApproverModifier and TypeMethodDescriptionprotected IOperationApproverAbstractDecoratedTextEditor.getUndoRedoOperationApprover(IUndoContext undoContext) protected IOperationApproverAbstractTextEditor.getUndoRedoOperationApprover(IUndoContext undoContext) Return anIOperationApproverappropriate for approving the undo and redo of operations that have the specified undo context.