org.eclipse.search.ui
Interface IGroupByKeyComputer
- public interface IGroupByKeyComputer
Computes the key by which the markers in the search result view
are grouped.
computeGroupByKey
public Object computeGroupByKey(IMarker marker)
- Computes and returns key by which the given marker is grouped.
- Parameters:
marker
- the marker for which the key must be computed- Returns:
- an object that will be used as the key for that marker,
null
if the marker seems to be invalid
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.