Eclipse Platform
Release 3.1

org.eclipse.ui.operations
Interface IWorkbenchOperationSupport


public interface IWorkbenchOperationSupport

An instance of this interface provides support for managing a a shared operations history and an shared undo context at the IWorkbench level.

This interface is not intended to be extended or implemented by clients.

Since:
3.1
See Also:
IWorkbench.getOperationSupport()

Method Summary
 IOperationHistory getOperationHistory()
          Returns the operation history for the workbench.
 IUndoContext getUndoContext()
          Returns the undo context for workbench-wide operations.
 

Method Detail

getUndoContext

public IUndoContext getUndoContext()
Returns the undo context for workbench-wide operations.

Returns:
the workbench operation context

getOperationHistory

public IOperationHistory getOperationHistory()
Returns the operation history for the workbench.

Returns:
the workbench operation history

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.