|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompletionListener | |
---|---|
org.eclipse.jface.text.contentassist | Provides a content assist add-on for an ITextViewer. |
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.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of ICompletionListener in org.eclipse.jface.text.contentassist |
---|
Methods in org.eclipse.jface.text.contentassist with parameters of type ICompletionListener | |
---|---|
void |
IContentAssistantExtension2.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed. |
void |
ContentAssistant.addCompletionListener(ICompletionListener listener)
|
void |
IContentAssistantExtension2.removeCompletionListener(ICompletionListener listener)
Removes a completion listener. |
void |
ContentAssistant.removeCompletionListener(ICompletionListener listener)
|
Uses of ICompletionListener in org.eclipse.jface.text.quickassist |
---|
Methods in org.eclipse.jface.text.quickassist with parameters of type ICompletionListener | |
---|---|
void |
IQuickAssistAssistant.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed. |
void |
QuickAssistAssistant.addCompletionListener(ICompletionListener listener)
|
void |
IQuickAssistAssistant.removeCompletionListener(ICompletionListener listener)
Removes a completion listener. |
void |
QuickAssistAssistant.removeCompletionListener(ICompletionListener listener)
|
Uses of ICompletionListener in org.eclipse.jface.text.source |
---|
Methods in org.eclipse.jface.text.source with parameters of type ICompletionListener | |
---|---|
void |
ContentAssistantFacade.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed. |
void |
ContentAssistantFacade.removeCompletionListener(ICompletionListener listener)
Removes a completion listener. |
Uses of ICompletionListener in org.eclipse.ui.texteditor |
---|
Classes in org.eclipse.ui.texteditor that implement ICompletionListener | |
---|---|
class |
KeyBindingSupportForAssistant
Helper class to make navigation key bindings work for the content assistant and the quick assist assistant while the editor has focus. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.