ICommandService
and
IHandlerService
instead.public interface IWorkbenchCommandSupport
IWorkbench
level.
This interface is not intended to be extended or implemented by clients.
ICommandService
,
IHandlerService
Modifier and Type | Method and Description |
---|---|
void |
addHandlerSubmission(HandlerSubmission handlerSubmission)
Deprecated.
Adds a single handler submissions for consideration by the workbench.
|
void |
addHandlerSubmissions(Collection handlerSubmissions)
Deprecated.
Adds a collection of handler submissions for consideration by the
workbench.
|
ICommandManager |
getCommandManager()
Deprecated.
Returns the command manager for the workbench.
|
void |
removeHandlerSubmission(HandlerSubmission handlerSubmission)
Deprecated.
Removes a single handler submission from consideration by the workbench.
|
void |
removeHandlerSubmissions(Collection handlerSubmissions)
Deprecated.
Removes a single handler submission from consideration by the workbench.
|
void addHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission
- The submission to be added; must not be null
.void addHandlerSubmissions(Collection handlerSubmissions)
handlerSubmissions
- The submissions to be added; must not be null
,
and must contain zero or more instances of
HandlerSubmission
.ICommandManager getCommandManager()
null
.void removeHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission
- The submission to be removed; must not be null
.void removeHandlerSubmissions(Collection handlerSubmissions)
handlerSubmissions
- The submissions to be removed; must not be null
,
and must contain instances of HandlerSubmission
only.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.