Uses of Class
org.eclipse.jface.text.contentassist.ContentAssistEvent
Packages that use ContentAssistEvent
Package
Description
Provides a content assist add-on for an
ITextViewer.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of ContentAssistEvent in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type ContentAssistEventModifier and TypeMethodDescriptionvoidICompletionListener.assistSessionEnded(ContentAssistEvent event) Called when a code assist session ends (for example, the proposal popup is closed).voidICompletionListenerExtension.assistSessionRestarted(ContentAssistEvent event) Called when code assist is invoked when there is already a current code assist session.voidICompletionListener.assistSessionStarted(ContentAssistEvent event) Called when code assist is invoked when there is no current code assist session. -
Uses of ContentAssistEvent in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type ContentAssistEventModifier and TypeMethodDescriptionvoidKeyBindingSupportForAssistant.assistSessionEnded(ContentAssistEvent event) voidKeyBindingSupportForAssistant.assistSessionStarted(ContentAssistEvent event)