Eclipse Platform
Release 3.3

org.eclipse.jface.fieldassist
Interface IContentProposalListener2


public interface IContentProposalListener2

This interface is used to listen to additional notifications from a ContentProposalAdapter.

Since:
3.3

Method Summary
 void proposalPopupClosed(ContentProposalAdapter adapter)
          A content proposal popup has been closed.
 void proposalPopupOpened(ContentProposalAdapter adapter)
          A content proposal popup has been opened for content proposal assistance.
 

Method Detail

proposalPopupOpened

public void proposalPopupOpened(ContentProposalAdapter adapter)
A content proposal popup has been opened for content proposal assistance.

Parameters:
adapter - the ContentProposalAdapter which is providing content proposal behavior to a control

proposalPopupClosed

public void proposalPopupClosed(ContentProposalAdapter adapter)
A content proposal popup has been closed.

Parameters:
adapter - the ContentProposalAdapter which is providing content proposal behavior to a control

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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