|
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 commands at the
IWorkbench
level.
This interface is not intended to be extended or implemented by clients.
Method Summary | |
void |
addHandlerSubmission(HandlerSubmission handlerSubmission)
Adds a single handler submissions for consideration by the workbench. |
void |
addHandlerSubmissions(Collection handlerSubmissions)
Adds a collection of handler submissions for consideration by the workbench. |
ICommandManager |
getCommandManager()
Returns the command manager for the workbench. |
void |
removeHandlerSubmission(HandlerSubmission handlerSubmission)
Removes a single handler submission from consideration by the workbench. |
void |
removeHandlerSubmissions(Collection handlerSubmissions)
Removes a single handler submission from consideration by the workbench. |
Method Detail |
public void addHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission
- The submission to be added; must not be null
.public void addHandlerSubmissions(Collection handlerSubmissions)
handlerSubmissions
- The submissions to be added; must not be null
,
and must contain zero or more instances of
HandlerSubmission
.public ICommandManager getCommandManager()
null
.public void removeHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission
- The submission to be removed; must not be null
.public void removeHandlerSubmissions(Collection handlerSubmissions)
handlerSubmissions
- The submissions to be removed; must not be null
,
and must contain instances of HandlerSubmission
only.
|
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.