Uses of Interface
org.eclipse.jface.fieldassist.IContentProposalListener
Packages that use IContentProposalListener
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
-
Uses of IContentProposalListener in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist with parameters of type IContentProposalListenerModifier and TypeMethodDescriptionvoidContentProposalAdapter.addContentProposalListener(IContentProposalListener listener) Add the specified listener to the list of content proposal listeners that are notified when content proposals are chosen.voidContentProposalAdapter.removeContentProposalListener(IContentProposalListener listener) Removes the specified listener from the list of content proposal listeners that are notified when content proposals are chosen.