org.eclipse.search.ui
Interface IGroupByKeyComputer
Deprecated. Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (see
ISearchResultPage
), leaving it up to the page
how to group search results.
-
public interface IGroupByKeyComputer
Computes the key by which the markers in the search result view
are grouped.
Clients may implement this interface.
computeGroupByKey
Object computeGroupByKey(
IMarker marker)
-
Deprecated.
- 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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.