|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.fieldassist.SimpleContentProposalProvider
public class SimpleContentProposalProvider
SimpleContentProposalProvider is a class designed to map a static list of Strings to content proposals.
IContentProposalProvider
Constructor Summary | |
---|---|
SimpleContentProposalProvider(java.lang.String[] proposals)
Construct a SimpleContentProposalProvider whose content proposals are always the specified array of Objects. |
Method Summary | |
---|---|
IContentProposal[] |
getProposals(java.lang.String contents,
int position)
Return an array of Objects representing the valid content proposals for a field. |
void |
setProposals(java.lang.String[] items)
Set the Strings to be used as content proposals. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleContentProposalProvider(java.lang.String[] proposals)
proposals
- the array of Strings to be returned whenever proposals are
requested.Method Detail |
---|
public IContentProposal[] getProposals(java.lang.String contents, int position)
getProposals
in interface IContentProposalProvider
contents
- the current contents of the field (ignored)position
- the current cursor position within the field (ignored)
public void setProposals(java.lang.String[] items)
items
- the array of Strings to be used as proposals.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.