Package com.biglybt.pif.ui.tables
Class TableCellMouseEvent
- java.lang.Object
-
- com.biglybt.pif.ui.tables.TableRowMouseEvent
-
- com.biglybt.pif.ui.tables.TableCellMouseEvent
-
public class TableCellMouseEvent extends TableRowMouseEvent
Mouse event information forTableCellMouseListener
Note: 3.0.1.7 moved most functions toTableRowMouseEvent
- Since:
- 2.3.0.7
-
-
Field Summary
Fields Modifier and Type Field Description TableCell
cell
TableCell that the mouse trigger applies to-
Fields inherited from class com.biglybt.pif.ui.tables.TableRowMouseEvent
button, data, EVENT_MOUSEDOUBLECLICK, EVENT_MOUSEDOWN, EVENT_MOUSEENTER, EVENT_MOUSEEXIT, EVENT_MOUSEMOVE, EVENT_MOUSEUP, eventType, keyboardState, row, skipCoreFunctionality, x, y
-
-
Constructor Summary
Constructors Constructor Description TableCellMouseEvent()
-
-
-
Field Detail
-
cell
public TableCell cell
TableCell that the mouse trigger applies to- Since:
- 2.3.0.7
-
-