Eclipse JDT
2.0

org.eclipse.jdt.ui
Class JavaElementSorter

java.lang.Object
  |
  +--org.eclipse.jface.viewers.ViewerSorter
        |
        +--org.eclipse.jdt.ui.JavaElementSorter

public class JavaElementSorter
extends ViewerSorter

Sorter for Java elements. Ordered by element category, then by element name. Package fragment roots are sorted as ordered on the classpath.

This class may be instantiated; it is not intended to be subclassed.

Since:
2.0

Field Summary
 
Fields inherited from class org.eclipse.jface.viewers.ViewerSorter
collator
 
Constructor Summary
JavaElementSorter()
           
 
Method Summary
 int category(Object element)
           
 int compare(Viewer viewer, Object e1, Object e2)
           
 boolean isSorterProperty(Object element, Object property)
           
 
Methods inherited from class org.eclipse.jface.viewers.ViewerSorter
getCollator, isSorterProperty, sort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaElementSorter

public JavaElementSorter()
Method Detail

isSorterProperty

public boolean isSorterProperty(Object element,
                                Object property)

category

public int category(Object element)
Overrides:
category in class ViewerSorter

compare

public int compare(Viewer viewer,
                   Object e1,
                   Object e2)
Overrides:
compare in class ViewerSorter

Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.