|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.css.contentassist.CSSCompletionProposalComparator
public class CSSCompletionProposalComparator
Sorts
| Field Summary | |
|---|---|
static int |
OBJECT_TYPE_CLASS
Method object |
static int |
OBJECT_TYPE_GLOBAL_OBJECT
Property object |
static int |
OBJECT_TYPE_METHOD
Global object |
static int |
OBJECT_TYPE_OTHER
Other object |
static int |
OBJECT_TYPE_PARAMETER
Parameter object |
static int |
OBJECT_TYPE_PROPERTY
Parameter object |
| Constructor Summary | |
|---|---|
CSSCompletionProposalComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
|
| 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 |
| Field Detail |
|---|
public static final int OBJECT_TYPE_PARAMETER
public static final int OBJECT_TYPE_PROPERTY
public static final int OBJECT_TYPE_GLOBAL_OBJECT
public static final int OBJECT_TYPE_METHOD
public static final int OBJECT_TYPE_CLASS
public static final int OBJECT_TYPE_OTHER
| Constructor Detail |
|---|
public CSSCompletionProposalComparator()
| Method Detail |
|---|
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.ComparatorComparator.compare(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||