|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.ui.text.java.CompletionProposalComparator
public final class CompletionProposalComparator
Comparator for JavaScript completion proposals. Completion proposals can be sorted by relevance or alphabetically.
Note: this comparator imposes orderings that are inconsistent with equals.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Constructor Summary | |
---|---|
CompletionProposalComparator()
Creates a comparator that sorts by relevance. |
Method Summary | |
---|---|
int |
compare(Object o1,
Object o2)
|
void |
setOrderAlphabetically(boolean orderAlphabetically)
Sets the sort order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public CompletionProposalComparator()
Method Detail |
---|
public void setOrderAlphabetically(boolean orderAlphabetically)
false
, i.e. order by
relevance.
orderAlphabetically
- true
to order alphabetically,
false
to order by relevancepublic int compare(Object o1, Object o2)
compare
in interface Comparator
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |