Uses of Interface
org.eclipse.jface.fieldassist.IContentProposalProvider
Packages that use IContentProposalProvider
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides a framework for creating and manipulating text documents.
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
-
Uses of IContentProposalProvider in org.eclipse.jface.fieldassist
Classes in org.eclipse.jface.fieldassist that implement IContentProposalProviderModifier and TypeClassDescriptionclassSimpleContentProposalProvider is a class designed to map a static list of Strings to content proposals.Methods in org.eclipse.jface.fieldassist that return IContentProposalProviderModifier and TypeMethodDescriptionContentProposalAdapter.getContentProposalProvider()Return the proposal provider that provides content proposals given the current content of the field.Methods in org.eclipse.jface.fieldassist with parameters of type IContentProposalProviderModifier and TypeMethodDescriptionvoidContentProposalAdapter.setContentProposalProvider(IContentProposalProvider proposalProvider) Set the content proposal provider that is used to show proposals.Constructors in org.eclipse.jface.fieldassist with parameters of type IContentProposalProviderModifierConstructorDescriptionContentProposalAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, KeyStroke keyStroke) Construct a content proposal adapter that can assist the user with choosing content for the field.ContentProposalAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, KeyStroke keyStroke, char[] autoActivationCharacters) Construct a content proposal adapter that can assist the user with choosing content for the field. -
Uses of IContentProposalProvider in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IContentProposalProviderModifier and TypeClassDescriptionclassContent assist proposal provider for theFindReplaceDocumentAdapter. -
Uses of IContentProposalProvider in org.eclipse.ui.fieldassist
Constructors in org.eclipse.ui.fieldassist with parameters of type IContentProposalProviderModifierConstructorDescriptionContentAssistCommandAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters) Construct a content proposal adapter that can assist the user with choosing content for the field.ContentAssistCommandAdapter(Control control, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters, boolean installDecoration) Construct a content proposal adapter that can assist the user with choosing content for the field.ContentAssistField(Composite parent, int style, IControlCreator controlCreator, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters) Deprecated.Construct a content assist field that shows a content assist cue and can assist the user with choosing content for the field.