|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A completion proposal with a relevance value. The relevance value is used to sort the completion proposals. Proposals with higher relevance should be listed before proposals with lower relevance.
This interface can be implemented by clients.
ICompletionProposal
Method Summary | |
---|---|
int |
getRelevance()
Returns the relevance of this completion proposal. |
Methods inherited from interface org.eclipse.jface.text.contentassist.ICompletionProposal |
---|
apply, getAdditionalProposalInfo, getContextInformation, getDisplayString, getImage, getSelection |
Method Detail |
public int getRelevance()
The relevance is used to determine if this proposal is more relevant than another proposal.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |