|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public IActivityManager getActivityManager()
null
.public void setEnabledActivityIds(Set enabledActivityIds)
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.