|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TooltipProvider
Interface to get Tooltips for a List or TableColumn.
Method Summary | |
---|---|
String |
getToolTip(int row,
int col)
Get the tooltip for the given position. |
Method Detail |
---|
String getToolTip(int row, int col)
row
is
the index within the list (col is ignored).
row
- position wrt. to the underlying model. For tables
-1
implies the header row.col
- the column index for tables. Ignored for lists.
null
if a tooltip is not set, the tooltip
otherwise.
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |