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

Classes that manage aspects of Azureus tables.

See:
          Description

Interface Summary
TableCell This interface provides access to an Azureus table cell.
TableCellAddedListener A listener that triggers when a cell is being added
TableCellDisposeListener A listener that triggers when a cell is being disposed
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.
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  
 

Class Summary
TableCellMouseEvent Mouse event information for TableCellMouseListener

Note: 3.0.1.7 moved most functions to TableRowMouseEvent
TableRowMouseEvent  
 

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

Classes that manage aspects of Azureus tables.