FileDocCategorySizeDatePackage
TableCellToolTipListener.javaAPI DocAzureus 3.0.3.41337Tue May 22 10:43:36 BST 2007org.gudy.azureus2.plugins.ui.tables

TableCellToolTipListener

public interface TableCellToolTipListener
A listener that triggers when a cell's tooltip is about to be displayed or removed
author
TuxPaper

Fields Summary
Constructors Summary
Methods Summary
public voidcellHover(TableCell cell)
triggered when a cell's tooltip is about to be displayed.

param
cell TableCell which the tooltip will be displayed for

public voidcellHoverComplete(TableCell cell)
triggered when a cell's tooltip is about to be removed.

param
cell TableCell which the tooltip will be removed