net.refractions.udig.issues
Interface IIssuesLabelProvider


public interface IIssuesLabelProvider

A Label provider for configuring how the issues view displays is issues. This is of course closely related to/dependent on the IIssuesContentProvider.

Since:
1.1.0
Author:
Jesse

Method Summary
 java.lang.String getExtensionID()
          Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.
 java.lang.String getHeaderText(Column column)
          This configures the text that is shown in the column headers.
 

Method Detail

getHeaderText

java.lang.String getHeaderText(Column column)
This configures the text that is shown in the column headers.

Parameters:
column - the column to get the header text for.
Returns:
the header text for the column

getExtensionID

java.lang.String getExtensionID()
Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.

Returns:
pluginID.extensionid.