Uses of Class
org.eclipse.jface.text.contentassist.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
Modifier and TypeMethodDescriptionvoid
ICompletionListener.assistSessionEnded
(ContentAssistEvent event) Called when a code assist session ends (for example, the proposal popup is closed).void
ICompletionListenerExtension.assistSessionRestarted
(ContentAssistEvent event) Called when code assist is invoked when there is already a current code assist session.void
ICompletionListener.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
Modifier and TypeMethodDescriptionvoid
KeyBindingSupportForAssistant.assistSessionEnded
(ContentAssistEvent event) void
KeyBindingSupportForAssistant.assistSessionStarted
(ContentAssistEvent event)