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