Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.jface.text.contentassist.ContentAssistEvent

Packages that use ContentAssistEvent
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
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
 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
 void KeyBindingSupportForAssistant.assistSessionEnded(ContentAssistEvent event)
           
 void KeyBindingSupportForAssistant.assistSessionStarted(ContentAssistEvent event)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.