Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.ui
Class JavaElementSorter


java.lang.Object
  extended by 

org.eclipse.jface.viewers.ViewerComparator
      extended by 

org.eclipse.jface.viewers.ViewerSorter
          extended by 
org.eclipse.jdt.ui.JavaElementSorter

Deprecated. use JavaElementComparator instead.

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
Restriction:
This class is not intended to be subclassed by clients.

Field Summary
 
Fields inherited from class org.eclipse.jface.viewers. ViewerSorter
collator
 
Constructor Summary
JavaElementSorter ()
          Deprecated. Constructor.
 
Method Summary
 int category ( Object element)
          Deprecated.  
 int compare ( Viewer viewer, Object e1, Object e2)
          Deprecated.  
  Collator getCollator ()
          Deprecated. The method is not intended to be used by clients.
 boolean isSorterProperty ( Object element, Object property)
          Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String). Method could be removed, but kept for API compatibility.
 
Methods inherited from class org.eclipse.jface.viewers. ViewerComparator
getComparator, 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()
Deprecated. 
Constructor.

Method Detail

isSorterProperty

public boolean isSorterProperty(
Object element,
                                
Object property)
Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String). Method could be removed, but kept for API compatibility.

Parameters:
element - the element
property - the property
Returns:
always true

category

public int category(
Object element)
Deprecated. 
Overrides:
category in class ViewerComparator

compare

public int compare(
Viewer viewer,
                   
Object e1,
                   
Object e2)
Deprecated. 
Overrides:
compare in class ViewerComparator

getCollator

public final 
Collator getCollator()
Deprecated. The method is not intended to be used by clients.

Overrides ViewerSorter.getCollator().

Overrides:
getCollator in class ViewerSorter

Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire