Eclipse Platform
2.0

org.eclipse.search.ui
Interface IGroupByKeyComputer


public interface IGroupByKeyComputer

Computes the key by which the markers in the search result view are grouped.


Method Summary
 Object computeGroupByKey(IMarker marker)
          Computes and returns key by which the given marker is grouped.
 

Method Detail

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

Eclipse Platform
2.0

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