Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.viewers.IElementComparer

Packages that use IElementComparer
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
 

Uses of IElementComparer in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return IElementComparer
 IElementComparer StructuredViewer.getComparer()
          Returns the comparator to use for comparing elements, or null if none has been set.
 

Methods in org.eclipse.jface.viewers with parameters of type IElementComparer
 void StructuredViewer.setComparer(IElementComparer comparer)
          Sets the comparator to use for comparing elements, or null to use the default equals and hashCode methods on the elements themselves.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.