ehsbe CommonsTM
Version 1.1.0rc3

com.ehsbe.commons.gui.util
Interface TooltipProvider


public interface TooltipProvider

Interface to get Tooltips for a List or TableColumn.

Version:
$Revision: 432 $
Author:
Jens Elkner

Method Summary
 String getToolTip(int row, int col)
          Get the tooltip for the given position.
 

Method Detail

getToolTip

String getToolTip(int row,
                  int col)
Get the tooltip for the given position. For a list, row is the index within the list (col is ignored).

Parameters:
row - position wrt. to the underlying model. For tables -1 implies the header row.
col - the column index for tables. Ignored for lists.
Returns:
null if a tooltip is not set, the tooltip otherwise.

ehsbe CommonsTM
Version 1.1.0rc3

Copyright ©2005-2009 EHSBE, Walther-Rathenau-Str. 58, 39104 Magdeburg, Sachsen-Anhalt, Germany. All Rights Reserved.