public interface IContentProposalProvider
SimpleContentProposalProvider
Modifier and Type | Method and Description |
---|---|
IContentProposal[] |
getProposals(String contents,
int position)
Return an array of content proposals representing the valid proposals for a
field.
|
IContentProposal[] getProposals(String contents, int position)
contents
- the current contents of the text fieldposition
- the current position of the cursor in the contentsIContentProposal
that represent valid
proposals for the field.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.