Uses of Interface
org.eclipse.jface.fieldassist.IContentProposalListener
-
Packages that use IContentProposalListener Package Description org.eclipse.jface.fieldassist 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 IContentProposalListener Modifier and Type Method Description void
ContentProposalAdapter. addContentProposalListener(IContentProposalListener listener)
Add the specified listener to the list of content proposal listeners that are notified when content proposals are chosen.void
ContentProposalAdapter. removeContentProposalListener(IContentProposalListener listener)
Removes the specified listener from the list of content proposal listeners that are notified when content proposals are chosen.
-