org.gudy.azureus2.plugins.ui.tables
Class TableCellMouseEvent
java.lang.Object
  
org.gudy.azureus2.plugins.ui.tables.TableRowMouseEvent
      
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 | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
cell
public TableCell cell
- TableCell that the mouse trigger applies to
- Since:
 
  - 2.3.0.7
 
 
TableCellMouseEvent
public TableCellMouseEvent()