|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentProposalProvider
IContentProposalProvider provides an array of IContentProposals that are appropriate for a textual dialog field, given the field's current content and the current cursor position.
SimpleContentProposalProvider
Method Summary | |
---|---|
IContentProposal[] |
getProposals(String contents,
int position)
Return an array of content proposals representing the valid proposals for a field. |
Method Detail |
---|
IContentProposal[] getProposals(String contents, int position)
contents
- the current contents of the text fieldposition
- the current position of the cursor in the contents
IContentProposal
that represent valid
proposals for the field.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.