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.fieldassistClasses in org.eclipse.jface.fieldassist that implement IContentProposalModifier and TypeClassDescriptionclassA default implementation ofIContentProposalthat 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 TypeMethodDescriptionvoidIContentProposalListener.proposalAccepted(IContentProposal proposal) A content proposal has been accepted.
- 
Uses of IContentProposal in org.eclipse.jface.textMethods in org.eclipse.jface.text that return IContentProposalModifier and TypeMethodDescriptionFindReplaceDocumentAdapterContentProposalProvider.getProposals(String contents, int position)