Package | Description |
---|---|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
QuickAssistAssistant
Default implementation of
IQuickAssistAssistant . |
Modifier and Type | Field and Description |
---|---|
protected IQuickAssistAssistant |
SourceViewer.fQuickAssistAssistant
This viewer's quick assist assistant.
|
Modifier and Type | Method and Description |
---|---|
IQuickAssistAssistant |
ISourceViewerExtension3.getQuickAssistAssistant()
Returns this viewers quick assist assistant.
|
IQuickAssistAssistant |
SourceViewer.getQuickAssistAssistant() |
IQuickAssistAssistant |
SourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer sourceViewer)
Returns the quick assist assistant ready to be used with the given
source viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationAccessExtension2.setQuickAssistAssistant(IQuickAssistAssistant assistant)
Provides this annotation access with a quick assist assistant that
is used to decide whether the quick fix image should be shown.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMarkerAnnotationAccess.setQuickAssistAssistant(IQuickAssistAssistant assistant) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.