Uses of Class
org.eclipse.jface.text.contentassist.ContentAssistEvent
-
Packages that use ContentAssistEvent Package Description org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.ui.texteditor 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 ContentAssistEvent Modifier and Type Method Description void
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
Methods in org.eclipse.ui.texteditor with parameters of type ContentAssistEvent Modifier and Type Method Description void
KeyBindingSupportForAssistant. assistSessionEnded(ContentAssistEvent event)
void
KeyBindingSupportForAssistant. assistSessionStarted(ContentAssistEvent event)
-