public interface IQuickAssistAssistantExtension
IQuickAssistAssistant
with the following function:
Modifier and Type | Method and Description |
---|---|
void |
enableColoredLabels(boolean isEnabled)
Enables the support for colored labels in the proposal popup.
|
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
uninstalledvoid enableColoredLabels(boolean isEnabled)
Completion proposals can implement ICompletionProposalExtension6
to provide colored proposal labels.
isEnabled
- if true
the support for colored labels is enabled in the proposal popup
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.