|
|
|
|
Uses of Interface org.eclipse.jface.viewers.IElementComparer
Methods in
org.eclipse.jface.viewers with parameters of type
IElementComparer
|
boolean
|
TreePath.
equals
(
TreePath otherPath,
IElementComparer comparer)
Returns whether this path is equivalent to the given path using the
specified comparer to compare individual elements. |
int
|
TreePath.
hashCode
(
IElementComparer comparer)
Returns a hash code computed from the hash codes of the segments, using
the given comparer to compute the hash codes of the segments. |
void
|
StructuredViewer.
setComparer
(
IElementComparer comparer)
Sets the comparer to use for comparing elements, or null
to use the default equals and hashCode
methods on the elements themselves. |
boolean
|
TreePath.
startsWith
(
TreePath treePath,
IElementComparer comparer)
Returns whether this path starts with the same segments as the given
path, using the given comparer to compare segments. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|