org.eclipse.jdt.ui.text.java
Interface IJavaCompletionProposal
-
All Superinterfaces:
-
ICompletionProposal
-
public interface IJavaCompletionProposal
- extends
ICompletionProposal
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.
-
Since:
- 2.1
-
See Also:
-
ICompletionProposal
Method Summary
|
int
|
getRelevance
()
Returns the relevance of this completion proposal. |
getRelevance
int getRelevance()
- Returns the relevance of this completion proposal.
The relevance is used to determine if this proposal is more
relevant than another proposal.
-
-
-
Returns:
- the relevance of this completion proposal in the range of [0, 100]
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.