Eclipse Platform
Release 3.0

org.eclipse.ui.activities
Interface IWorkbenchActivitySupport


public interface IWorkbenchActivitySupport

An instance of this interface provides support for managing IWorkbench activities. An instance of this interface may be obtained via IWorkbench.getActivitySupport().

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

Since:
3.0

Method Summary
 IActivityManager getActivityManager()
          Returns the activity manager for the workbench.
 void setEnabledActivityIds(Set enabledActivityIds)
          Sets the set of identifiers to enabled activities.
 

Method Detail

getActivityManager

public IActivityManager getActivityManager()
Returns the activity manager for the workbench.

Returns:
the activity manager for the workbench. Guaranteed not to be null.
Since:
3.0

setEnabledActivityIds

public void setEnabledActivityIds(Set enabledActivityIds)
Sets the set of identifiers to enabled activities.

Parameters:
enabledActivityIds - the set of identifiers to enabled activities. This set may be empty, but it must not be null. If this set is not empty, it must only contain instances of String.

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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