ISearchResultPage
), leaving it up to the page
how to group search results.public interface IGroupByKeyComputer
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
Object |
computeGroupByKey(IMarker marker)
Deprecated.
Computes and returns key by which the given marker is grouped.
|
Object computeGroupByKey(IMarker marker)
marker
- the marker for which the key must be computednull
if the marker seems to be invalid
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.