|
Eclipse Platform Release 3.3 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IQuickAssistAssistant | An IQuickAssistAssistant provides support for quick fixes and quick
assists.
|
IQuickAssistInvocationContext | Context information for quick fix and quick assist processors. |
IQuickAssistProcessor | Quick assist processor for quick fixes and quick assists. |
IQuickFixableAnnotation | An annotation that can answer whether there's a quick fix for it. |
Class Summary | |
---|---|
QuickAssistAssistant | Default implementation of IQuickAssistAssistant . |
This package provides the quick assist assistant add-on for an ISourceViewer. The quick assist assistant's purpose is to propose, display, and insert quick assists and quick fixes available at the current source viewer's quick assist invocation context.
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.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.