Eclipse Platform
Release 3.4

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 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.
 void ICompletionListener.assistSessionEnded(ContentAssistEvent event)
          Called when a code assist session ends (for example, the proposal popup is closed).
 

Uses of ContentAssistEvent in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type ContentAssistEvent
 void KeyBindingSupportForAssistant.assistSessionStarted(ContentAssistEvent event)
           
 void KeyBindingSupportForAssistant.assistSessionEnded(ContentAssistEvent event)
           
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

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