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 framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
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 |
SourceViewer.getQuickAssistAssistant() |
IQuickAssistAssistant |
ISourceViewerExtension3.getQuickAssistAssistant()
Returns this viewers quick assist assistant.
|
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 |
---|---|
IQuickAssistAssistant |
TextSourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer sourceViewer) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMarkerAnnotationAccess.setQuickAssistAssistant(IQuickAssistAssistant assistant) |
Constructor and Description |
---|
KeyBindingSupportForAssistant(IQuickAssistAssistant quickAssistAssistant)
Creates the support for a quick assist assistant.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.