Eclipse Platform
Release 3.1

org.eclipse.ui.views.markers
Interface ISubCategoryProvider


public interface ISubCategoryProvider

ICategoryProvider is the interface for types that can provide a category value for marker views.

Since:
3.2 NOTE: this API is experimental and subject to change during the 3.2 development cycle.

Method Summary
 String categoryFor(IMarker marker)
          Provide the name of the category for the marker.
 

Method Detail

categoryFor

public String categoryFor(IMarker marker)
Provide the name of the category for the marker. Return null if no category can be determined.

Parameters:
marker -
Returns:
String or null

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.