com.aelitis.azureus.ui.swt.columns.searchsubs
Class ColumnSearchSubResultActions
java.lang.Object
com.aelitis.azureus.ui.swt.columns.searchsubs.ColumnSearchSubResultActions
- All Implemented Interfaces:
- TableCellAddedListener, TableCellMouseListener, TableCellMouseMoveListener, TableCellRefreshListener, TableCellSWTPaintListener
public class ColumnSearchSubResultActions
- extends Object
- implements TableCellSWTPaintListener, TableCellRefreshListener, TableCellMouseMoveListener, TableCellAddedListener
- 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
ColumnSearchSubResultActions
public ColumnSearchSubResultActions(TableColumn column)
- Parameters:
name
- tableID
-
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
showDownloadFTUX
protected static void showDownloadFTUX(SearchSubsResultBase entry,
UserPrompterResultListener listener)