|
Eclipse Platform Release 3.2 |
||||||||||
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. |
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 |
IContentAssistantExtension2.removeCompletionListener(ICompletionListener listener)
Removes a completion listener. |
void |
ContentAssistant.addCompletionListener(ICompletionListener 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 |
QuickAssistAssistant.addCompletionListener(ICompletionListener listener)
|
void |
QuickAssistAssistant.removeCompletionListener(ICompletionListener listener)
|
void |
IQuickAssistAssistant.addCompletionListener(ICompletionListener listener)
Adds a completion listener that will be informed before proposals are computed. |
void |
IQuickAssistAssistant.removeCompletionListener(ICompletionListener listener)
Removes a completion listener. |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.