org.gudy.azureus2.plugins.ui.tables
Class TableCellMouseEvent

java.lang.Object
  extended by org.gudy.azureus2.plugins.ui.tables.TableRowMouseEvent
      extended by org.gudy.azureus2.plugins.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
Author:
TuxPaper

Field Summary
 TableCell cell
          TableCell that the mouse trigger applies to
 
Fields inherited from class org.gudy.azureus2.plugins.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
TableCellMouseEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cell

public TableCell cell
TableCell that the mouse trigger applies to

Since:
2.3.0.7
Constructor Detail

TableCellMouseEvent

public TableCellMouseEvent()