hudson.plugins.checkstyle.util
Interface ToolTipProvider

All Known Implementing Classes:
AbstractResultAction, CheckStyleResultAction, MavenCheckStyleResultAction

public interface ToolTipProvider

Provides tooltips for single or multiple items.

Author:
Ulli Hafner

Method Summary
 java.lang.String getTooltip(int numberOfItems)
          Returns the tooltip for the specified number of items.
 

Method Detail

getTooltip

java.lang.String getTooltip(int numberOfItems)
Returns the tooltip for the specified number of items.

Parameters:
numberOfItems - the number of items to display the tooltip for
Returns:
the tooltip for the specified items


Copyright © 2009. All Rights Reserved.