See: Description
Interface | Description |
---|---|
IQuickAssistAssistant |
An
IQuickAssistAssistant provides support for quick fixes and quick
assists. |
IQuickAssistAssistantExtension |
Extends
IQuickAssistAssistant with the following function:
allows to get a handler for the given command identifier
allows to enable support for colored labels in the proposal popup
|
IQuickAssistInvocationContext |
Context information for quick fix and quick assist processors.
|
IQuickAssistProcessor |
Quick assist processor for quick fixes and quick assists.
|
IQuickFixableAnnotation |
Allows an annotation to tell whether there are quick fixes
for it and to cache that state.
|
Class | Description |
---|---|
QuickAssistAssistant |
Default implementation of
IQuickAssistAssistant . |
A quick fix is a completion that can correct a problem reported and visible through an Annotation while a quick assist is not related to a problem or Annotation. Since quick assists can be proposed where appropriate they are normally not visible in the viewer. The quick assist assistant implementation in this package can show the quick assists that are available on the current line.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.