ICommandService and
IHandlerService instead.@Deprecated 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.
|
void |
addHandlerSubmissions(Collection handlerSubmissions)
Deprecated.
|
ICommandManager |
getCommandManager()
Deprecated.
|
void |
removeHandlerSubmission(HandlerSubmission handlerSubmission)
Deprecated.
|
void |
removeHandlerSubmissions(Collection handlerSubmissions)
Deprecated.
|
@Deprecated void addHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission - The submission to be added; must not be null.@Deprecated void addHandlerSubmissions(Collection handlerSubmissions)
handlerSubmissions - The submissions to be added; must not be null,
and must contain zero or more instances of
HandlerSubmission.@Deprecated ICommandManager getCommandManager()
null.@Deprecated void removeHandlerSubmission(HandlerSubmission handlerSubmission)
handlerSubmission - The submission to be removed; must not be null.@Deprecated 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.