Package org.gudy.azureus2.plugins.ui.tables

Interface Summary
TableCell This interface provides access to an Azureus table cell.
TableCellAddedListener A listener that triggers when a cell is being added
TableCellClipboardListener  
TableCellDisposeListener A listener that triggers when a cell is being disposed
TableCellInplaceEditorListener  
TableCellLightRefreshListener  
TableCellMouseListener A listener that triggers on various mouse events (see TableCellMouseEvent) that occur on a TableCell, excluding mouse move events.
TableCellMouseMoveListener A listener that triggers on mouse move events (see TableCellMouseEvent) that occur on a TableCell.
TableCellRefreshListener A listener that triggers based on refresh interval specified in TableColumn.getRefreshInterval()
TableCellToolTipListener A listener that triggers when a cell's tooltip is about to be displayed or removed
TableCellVisibilityListener Not implemented for Plugin Interface
TableColumn This interface provides access to an Azureus table column.
TableColumnCreationListener  
TableColumnExtraInfoListener  
TableColumnInfo  
TableContextMenuItem Represents on context menu item for a table.
TableManager Allows plugins to manage Azureus UI tables.
TableRow This interface provides access to an Azureus table row.
TableRowMouseListener  
TableRowRefreshListener  
 

Class Summary
TableCellMouseEvent Mouse event information for TableCellMouseListener

Note: 3.0.1.7 moved most functions to TableRowMouseEvent
TableCellRefresher Provides a simple way to get a TableCell refreshed more often than the normal GUI refresh cycle It always clocks at 100ms as well as time synchronization methods for cells showing animated icons
TableRowMouseEvent