|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQuickAssistAssistant | |
---|---|
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.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. |
Uses of IQuickAssistAssistant in org.eclipse.jface.text.quickassist |
---|
Classes in org.eclipse.jface.text.quickassist that implement IQuickAssistAssistant | |
class |
QuickAssistAssistant
Default implementation of IQuickAssistAssistant . |
Uses of IQuickAssistAssistant in org.eclipse.jface.text.source |
---|
Fields in org.eclipse.jface.text.source declared as IQuickAssistAssistant | |
protected IQuickAssistAssistant |
SourceViewer.fQuickAssistAssistant
This viewer's quick assist assistant. |
Methods in org.eclipse.jface.text.source that return IQuickAssistAssistant | |
IQuickAssistAssistant |
SourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer sourceViewer)
Returns the quick assist assistant ready to be used with the given source viewer. |
IQuickAssistAssistant |
SourceViewer.getQuickAssistAssistant()
|
IQuickAssistAssistant |
ISourceViewerExtension3.getQuickAssistAssistant()
Returns this viewers quick assist assistant. |
Methods in org.eclipse.jface.text.source with parameters of type IQuickAssistAssistant | |
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. |
Uses of IQuickAssistAssistant in org.eclipse.ui.editors.text |
---|
Methods in org.eclipse.ui.editors.text that return IQuickAssistAssistant | |
IQuickAssistAssistant |
TextSourceViewerConfiguration.getQuickAssistAssistant(ISourceViewer sourceViewer)
|
Uses of IQuickAssistAssistant in org.eclipse.ui.texteditor |
---|
Methods in org.eclipse.ui.texteditor with parameters of type IQuickAssistAssistant | |
void |
DefaultMarkerAnnotationAccess.setQuickAssistAssistant(IQuickAssistAssistant assistant)
|
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.