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 Interface
org.eclipse.core.commands.operations.IOperationHistory

Packages that use IOperationHistory
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 IOperationHistory in org.eclipse.core.commands.operations
 

Classes in org.eclipse.core.commands.operations that implement IOperationHistory
 class DefaultOperationHistory
           A base implementation of IOperationHistory that implements a linear undo and redo model .
 

Methods in org.eclipse.core.commands.operations that return IOperationHistory
  IOperationHistory OperationHistoryEvent. getHistory ()
          Return the operation history that triggered this event.
static  IOperationHistory OperationHistoryFactory. getOperationHistory ()
          Return the operation history to be used for managing undoable operations.
 

Methods in org.eclipse.core.commands.operations with parameters of type IOperationHistory
protected   IStatus LinearUndoEnforcer. allowLinearRedoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
protected abstract   IStatus LinearUndoViolationDetector. allowLinearRedoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info)
          Return a status indicating whether a linear redo violation is allowable.
protected   IStatus LinearUndoEnforcer. allowLinearUndoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
protected abstract   IStatus LinearUndoViolationDetector. allowLinearUndoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable info)
          Return a status indicating whether a linear undo violation is allowable.
  IStatus IOperationApprover2. proceedExecuting ( IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be executed.
  IStatus LinearUndoViolationDetector. proceedRedoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable info)
           
  IStatus IOperationApprover. proceedRedoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be redone.
  IStatus LinearUndoViolationDetector. proceedUndoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable info)
           
  IStatus IOperationApprover. proceedUndoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable info)
          Return a status indicating whether the specified operation should be undone.
static void OperationHistoryFactory. setOperationHistory ( IOperationHistory history)
          Set the operation history to be used for managing undoable operations.
 

Constructors in org.eclipse.core.commands.operations with parameters of type IOperationHistory
OperationHistoryEvent (int code, IOperationHistory history, IUndoableOperation operation)
          Construct an event for the specified operation history.
OperationHistoryEvent (int code, IOperationHistory history, IUndoableOperation operation, IStatus status)
          Construct an event for the specified operation history.
TriggeredOperations ( IUndoableOperation operation, IOperationHistory history)
          Construct a composite triggered operations using the specified undoable operation as the trigger.
 

Uses of IOperationHistory in org.eclipse.ui.operations
 

Methods in org.eclipse.ui.operations that return IOperationHistory
  IOperationHistory IWorkbenchOperationSupport. getOperationHistory ()
          Returns the operation history for the workbench.
 

Methods in org.eclipse.ui.operations with parameters of type IOperationHistory
protected   IStatus LinearUndoViolationUserApprover. allowLinearRedoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
protected   IStatus LinearUndoViolationUserApprover. allowLinearUndoViolation ( IUndoableOperation operation, IUndoContext context, IOperationHistory history, IAdaptable uiInfo)
           
  IStatus NonLocalUndoUserApprover. proceedRedoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)
           
  IStatus NonLocalUndoUserApprover. proceedUndoing ( IUndoableOperation operation, IOperationHistory history, IAdaptable uiInfo)
           
 


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