Uses of Package
org.eclipse.core.commands.operations
Packages that use org.eclipse.core.commands.operations
Package
Description
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for creating and manipulating text documents.
Provides undo and redo support for a document.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
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.
Utility classes for working with markers in views
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.core.commands.operationsClassDescriptionAbstract implementation for an undoable operation.IAdvancedUndoableOperation defines an interface for undoable operations that modify one or more elements in a model and attempt to keep model listeners up to date with changes that occur in the undo and redo history involving particular model elements.IAdvancedUndoableOperation2 defines a method for computing the validity of executing an operation before attempting to execute it.ICompositeOperation defines an undoable operation that is composed of child operations.IContextReplacingOperation defines an interface for undoable operations that can replace one undo context with another undo context.IOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.IOperationHistory tracks a history of operations that can be undone or redone.This interface is used to listen to notifications from an IOperationHistory.IUndoableOperation defines an operation that can be executed, undone, and redone.An undo context is used to "tag" operations as being applicable to a certain context.An abstract class for detecting violations in a strict linear undo/redo model.OperationHistoryEvent is used to communicate changes that occur in a DefaultOperationHistory, including the addition or removal of operations, and the execution, undo, and redo of operations.A simple, lightweight undo context that can be used to tag any operation.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.debug.uiClassDescriptionAn undo context is used to "tag" operations as being applicable to a certain context.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.jface.textClassDescriptionAn undo context is used to "tag" operations as being applicable to a certain context.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.text.undoClassDescriptionAn undo context is used to "tag" operations as being applicable to a certain context.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.ui.ide.undoClassDescriptionAbstract implementation for an undoable operation.IAdvancedUndoableOperation defines an interface for undoable operations that modify one or more elements in a model and attempt to keep model listeners up to date with changes that occur in the undo and redo history involving particular model elements.IAdvancedUndoableOperation2 defines a method for computing the validity of executing an operation before attempting to execute it.IUndoableOperation defines an operation that can be executed, undone, and redone.An undo context is used to "tag" operations as being applicable to a certain context.OperationHistoryEvent is used to communicate changes that occur in a DefaultOperationHistory, including the addition or removal of operations, and the execution, undo, and redo of operations.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.ui.operationsClassDescriptionIOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.IOperationHistory tracks a history of operations that can be undone or redone.IUndoableOperation defines an operation that can be executed, undone, and redone.An undo context is used to "tag" operations as being applicable to a certain context.An abstract class for detecting violations in a strict linear undo/redo model.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.ui.texteditorClassDescriptionIOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.An undo context is used to "tag" operations as being applicable to a certain context.
-
Classes in org.eclipse.core.commands.operations used by org.eclipse.ui.views.markersClassDescriptionIUndoableOperation defines an operation that can be executed, undone, and redone.