Eclipse Platform
Release 3.3

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.proposalPopupOpened(ContentProposalAdapter adapter)
          A content proposal popup has been opened for content proposal assistance.
 void IContentProposalListener2.proposalPopupClosed(ContentProposalAdapter adapter)
          A content proposal popup has been closed.
 

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 ICommand.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.