|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICCompletionProposal
CompletionProposal 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.
Method Summary | |
---|---|
java.lang.String |
getIdString()
Returns an id string that uniquely identifies this proposal. |
int |
getRelevance()
Returns the relevance of the proposal. |
Methods inherited from interface org.eclipse.jface.text.contentassist.ICompletionProposal |
---|
apply, getAdditionalProposalInfo, getContextInformation, getDisplayString, getImage, getSelection |
Method Detail |
---|
int getRelevance()
java.lang.String getIdString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |