Eclipse Platform
Release 3.4

org.eclipse.jface.text.quickassist
Interface IQuickAssistAssistant

All Known Implementing Classes:
QuickAssistAssistant

public interface IQuickAssistAssistant

An IQuickAssistAssistant provides support for quick fixes and quick assists. The quick assist assistant is a ISourceViewer add-on. Its purpose is to propose, display, and insert quick assists and quick fixes available at the current source viewer's quick assist invocation context.

The quick assist assistant can be configured with a IQuickAssistProcessor which provides the possible quick assist and quick fix completions.

In order to provide backward compatibility for clients of IQuickAssistAssistant, extension interfaces are used to provide a means of evolution. The following extension interfaces exist: