Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.jface.fieldassist.ContentProposalAdapter

Packages that use ContentProposalAdapter
org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards. 
org.eclipse.ui.fieldassist Classes that provide workbench-level UI support for content assistance and common workbench field decorations. 
 

Uses of ContentProposalAdapter in org.eclipse.jface.fieldassist
 

Methods in org.eclipse.jface.fieldassist with parameters of type ContentProposalAdapter
 void IContentProposalListener2.proposalPopupClosed(ContentProposalAdapter adapter)
          A content proposal popup has been closed.
 void IContentProposalListener2.proposalPopupOpened(ContentProposalAdapter adapter)
          A content proposal popup has been opened for content proposal assistance.
 

Uses of ContentProposalAdapter in org.eclipse.ui.fieldassist
 

Subclasses of ContentProposalAdapter in org.eclipse.ui.fieldassist
 class ContentAssistCommandAdapter
          ContentAssistCommandAdapter extends ContentProposalAdapter to invoke content proposals using a specified Command.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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