Uses of Interface
org.eclipse.jface.fieldassist.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
Modifier and TypeClassDescriptionclass
A default implementation ofIContentProposal
that allows clients to specify a content proposal using simple constructors.Modifier 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.Modifier and TypeMethodDescriptionvoid
IContentProposalListener.proposalAccepted
(IContentProposal proposal) A content proposal has been accepted. -
Uses of IContentProposal in org.eclipse.jface.text
Modifier and TypeMethodDescriptionFindReplaceDocumentAdapterContentProposalProvider.getProposals
(String contents, int position)