public interface IContentAssistantExtension4
IContentAssistant
with
the following function:
Modifier and Type | Method and Description |
---|---|
IHandler |
getHandler(String commandId)
Returns the handler for the given command identifier.
|
IHandler getHandler(String commandId)
The same handler instance will be returned when called a more than once with the same command identifier.
commandId
- the command identifierIllegalArgumentException
- if the command is not supported by this
content assistantIllegalStateException
- if called when this content assistant is
uninstalled
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.