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 for TableCellMouseListener

Note: 3.0.1.7 moved most functions to TableRowMouseEvent
Since:
2.3.0.7
  • Field Details

    • cell

      public TableCell cell
      TableCell that the mouse trigger applies to
      Since:
      2.3.0.7
  • Constructor Details

    • TableCellMouseEvent

      public TableCellMouseEvent(Object baseEvent)