|
Eclipse JDT Release 3.0 |
||||||||||
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.
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.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |