com.aelitis.azureus.ui.swt.columns.subscriptions
Class ColumnSubResultNew
java.lang.Object
com.aelitis.azureus.ui.swt.columns.subscriptions.ColumnSubResultNew
- All Implemented Interfaces:
- TableCellAddedListener, TableCellMouseListener, TableCellRefreshListener, TableCellSWTPaintListener
public class ColumnSubResultNew
- extends Object
- implements TableCellSWTPaintListener, TableCellAddedListener, TableCellRefreshListener, TableCellMouseListener
- Author:
- TuxPaper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMN_ID
public static final String COLUMN_ID
- See Also:
- Constant Field Values
ColumnSubResultNew
public ColumnSubResultNew(TableColumn column)
cellPaint
public void cellPaint(org.eclipse.swt.graphics.GC gc,
TableCellSWT cell)
- Specified by:
cellPaint
in interface TableCellSWTPaintListener
cellAdded
public void cellAdded(TableCell cell)
- Description copied from interface:
TableCellAddedListener
- triggered when a cell is being added.
- Specified by:
cellAdded
in interface TableCellAddedListener
- Parameters:
cell
- TableCell that is being added
refresh
public void refresh(TableCell cell)
- Description copied from interface:
TableCellRefreshListener
- Triggered based on refresh interval specified in
TableColumn.getRefreshInterval()
- Specified by:
refresh
in interface TableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
cellMouseTrigger
public void cellMouseTrigger(TableCellMouseEvent event)
- Description copied from interface:
TableCellMouseListener
- triggered when a mouse event for the TableCell occurs, excluding
mouse move.
- Specified by:
cellMouseTrigger
in interface TableCellMouseListener
- Parameters:
event
- Mouse event information