Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Package
org.eclipse.core.commands.operations

Packages that use org.eclipse.core.commands.operations
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.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.text.undo Provides undo and redo support for a document. 
org.eclipse.ui.ide.undo APIs that provide undo and redo behavior for operations that manipulate the workspace. 
org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Classes in org.eclipse.core.commands.operations used by org.eclipse.core.commands.operations
AbstractOperation
           Abstract implementation for an undoable operation.
IAdvancedUndoableOperation
           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.
ICompositeOperation
           ICompositeOperation defines an undoable operation that is composed of child operations.
IContextReplacingOperation
          IContextReplacingOperation defines an interface for undoable operations that can replace one undo context with another undo context.
IOperationApprover
           IOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.
IOperationHistory
           IOperationHistory tracks a history of operations that can be undone or redone.
IOperationHistoryListener
           This interface is used to listen to notifications from an IOperationHistory.
IUndoableOperation
           IUndoableOperation defines an operation that can be executed, undone, and redone.
IUndoContext
           An undo context is used to "tag" operations as being applicable to a certain context.
LinearUndoViolationDetector
           An abstract class for detecting violations in a strict linear undo/redo model.
OperationHistoryEvent
           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.
UndoContext
           A simple, lightweight undo context that can be used to tag any operation.
 

Classes in org.eclipse.core.commands.operations used by org.eclipse.jface.text
IUndoContext
           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.text.undo
IUndoContext
           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.ide.undo
AbstractOperation
           Abstract implementation for an undoable operation.
IAdvancedUndoableOperation
           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
           IAdvancedUndoableOperation2 defines a method for computing the validity of executing an operation before attempting to execute it.
IUndoableOperation
           IUndoableOperation defines an operation that can be executed, undone, and redone.
IUndoContext
           An undo context is used to "tag" operations as being applicable to a certain context.
OperationHistoryEvent
           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.operations
IOperationApprover
           IOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.
IOperationHistory
           IOperationHistory tracks a history of operations that can be undone or redone.
IUndoableOperation
           IUndoableOperation defines an operation that can be executed, undone, and redone.
IUndoContext
           An undo context is used to "tag" operations as being applicable to a certain context.
LinearUndoViolationDetector
           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.texteditor
IOperationApprover
           IOperationApprover defines an interface for approving the undo or redo of a particular operation within an operation history.
IUndoContext
           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.markers
IUndoableOperation
           IUndoableOperation defines an operation that can be executed, undone, and redone.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire