Uses of Interface
org.eclipse.jface.fieldassist.IContentProposal
Packages that use IContentProposal
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides a framework for creating and manipulating text documents.
-
Uses of IContentProposal in org.eclipse.jface.fieldassist
Classes in org.eclipse.jface.fieldassist that implement IContentProposalModifier and TypeClassDescriptionclass
A default implementation ofIContentProposal
that allows clients to specify a content proposal using simple constructors.Methods in org.eclipse.jface.fieldassist that return IContentProposalModifier and TypeMethodDescriptionIContentProposalProvider.getProposals
(String contents, int position) Return an array of content proposals representing the valid proposals for a field.SimpleContentProposalProvider.getProposals
(String contents, int position) Return an array of Objects representing the valid content proposals for a field.Methods in org.eclipse.jface.fieldassist with parameters of type IContentProposalModifier and TypeMethodDescriptionvoid
IContentProposalListener.proposalAccepted
(IContentProposal proposal) A content proposal has been accepted. -
Uses of IContentProposal in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return IContentProposalModifier and TypeMethodDescriptionFindReplaceDocumentAdapterContentProposalProvider.getProposals
(String contents, int position)