Uses of Class
com.biglybt.pif.ui.tables.TableCellMouseEvent
Packages that use TableCellMouseEvent
Package
Description
-
Uses of TableCellMouseEvent in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidTableCellMouseListener.cellMouseTrigger(TableCellMouseEvent event) triggered when a mouse event for the TableCell occurs, excluding mouse move. -
Uses of TableCellMouseEvent in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidTableColumnCore.invokeCellMouseListeners(TableCellMouseEvent event) Send a mouse event to the cell mouse listenersvoidTableCellCore.invokeMouseListeners(TableCellMouseEvent event) Trigger all the mouse listeners that have been addded to this cell -
Uses of TableCellMouseEvent in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidTableColumnImpl.invokeCellMouseListeners(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns
Methods in com.biglybt.ui.swt.columns with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnCheckBox.cellMouseTrigger(TableCellMouseEvent event) voidColumnCheckBox2.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns.searchsubs
Methods in com.biglybt.ui.swt.columns.searchsubs with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnSearchSubResultActions.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns.subscriptions
Methods in com.biglybt.ui.swt.columns.subscriptions with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnSubResultNew.cellMouseTrigger(TableCellMouseEvent event) voidColumnSubscriptionActions.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnControls.Cell.cellMouseTrigger(TableCellMouseEvent event) voidColumnProgressETA.cellMouseTrigger(TableCellMouseEvent event) voidColumnStream.cellMouseTrigger(TableCellMouseEvent event) voidColumnThumbAndName.cellMouseTrigger(TableCellMouseEvent event) voidColumnUnopened.cellMouseTrigger(TableCellMouseEvent event) voidColumnTorrentFileProgress.fileInfoMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns.utils
Methods in com.biglybt.ui.swt.columns.utils with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnImageClickArea.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.columns.vuzeactivity
Methods in com.biglybt.ui.swt.columns.vuzeactivity with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnActivityActions.cellMouseTrigger(TableCellMouseEvent event) voidColumnActivityNew.cellMouseTrigger(TableCellMouseEvent event) voidColumnActivityText.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.views.columnsetup
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnTC_NameInfo.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.views.table.impl
Methods in com.biglybt.ui.swt.views.table.impl that return TableCellMouseEventModifier and TypeMethodDescriptionprotected TableCellMouseEventFakeTableCell.buildMouseEvent(org.eclipse.swt.events.MouseEvent e, int eventType) private TableCellMouseEventTableViewSWT_Common.createMouseEvent(TableCellCore cell, org.eclipse.swt.events.MouseEvent e, int type, boolean allowOOB) Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidFakeTableCell.invokeMouseListeners(TableCellMouseEvent event) voidTableCellSWTBase.invokeMouseListeners(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.views.tableitems.files
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidFileHashItemBase.cellMouseTrigger(TableCellMouseEvent event) voidNameItem.cellMouseTrigger(TableCellMouseEvent event) -
Uses of TableCellMouseEvent in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCellMouseEventModifier and TypeMethodDescriptionvoidColumnFileCount.cellMouseTrigger(TableCellMouseEvent event) voidCommentIconItem.cellMouseTrigger(TableCellMouseEvent event) voidCommentItem.cellMouseTrigger(TableCellMouseEvent event) voidDescriptionItem.cellMouseTrigger(TableCellMouseEvent event) voidPeersItem.Cell.cellMouseTrigger(TableCellMouseEvent event) voidSeedsItem.Cell.cellMouseTrigger(TableCellMouseEvent event) voidStatusItem.cellMouseTrigger(TableCellMouseEvent event)