Uses of Interface
org.eclipse.jface.text.contentassist.ICompletionListener
Packages that use ICompletionListener
Package
Description
Provides a content assist add-on for an
ITextViewer.This package provides the quick assist assistant add-on for an
ISourceViewer.Provides a framework for connecting document regions
with annotations and for displaying those.
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 ICompletionListenerModifier and TypeMethodDescriptionvoidContentAssistant.addCompletionListener(ICompletionListener listener) voidIContentAssistantExtension2.addCompletionListener(ICompletionListener listener) Adds a completion listener that will be informed before proposals are computed.voidContentAssistant.removeCompletionListener(ICompletionListener listener) voidIContentAssistantExtension2.removeCompletionListener(ICompletionListener listener) Removes a completion listener. -
Uses of ICompletionListener in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist with parameters of type ICompletionListenerModifier and TypeMethodDescriptionvoidIQuickAssistAssistant.addCompletionListener(ICompletionListener listener) Adds a completion listener that will be informed before proposals are computed.voidQuickAssistAssistant.addCompletionListener(ICompletionListener listener) voidIQuickAssistAssistant.removeCompletionListener(ICompletionListener listener) Removes a completion listener.voidQuickAssistAssistant.removeCompletionListener(ICompletionListener listener) -
Uses of ICompletionListener in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type ICompletionListenerModifier and TypeMethodDescriptionvoidContentAssistantFacade.addCompletionListener(ICompletionListener listener) Adds a completion listener that will be informed before proposals are computed.voidContentAssistantFacade.removeCompletionListener(ICompletionListener listener) Removes a completion listener. -
Uses of ICompletionListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement ICompletionListenerModifier and TypeClassDescriptionfinal classHelper class to make navigation key bindings work for the content assistant and the quick assist assistant while the editor has focus.