com.aelitis.azureus.ui.common.table
Class TableSelectionAdapter
java.lang.Object
  
com.aelitis.azureus.ui.common.table.TableSelectionAdapter
- All Implemented Interfaces: 
 - TableSelectionListener
 
public abstract class TableSelectionAdapter
- extends java.lang.Object
- implements TableSelectionListener
  
- Author:
 
  - TuxPaper
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TableSelectionAdapter
public TableSelectionAdapter()
defaultSelected
public void defaultSelected(TableRowCore[] rows,
                            int stateMask)
- Specified by:
 defaultSelected in interface TableSelectionListener
 
 
deselected
public void deselected(TableRowCore[] rows)
- Specified by:
 deselected in interface TableSelectionListener
 
 
focusChanged
public void focusChanged(TableRowCore focus)
- Specified by:
 focusChanged in interface TableSelectionListener
 
 
selected
public void selected(TableRowCore[] rows)
- Specified by:
 selected in interface TableSelectionListener
 
 
mouseEnter
public void mouseEnter(TableRowCore row)
- Specified by:
 mouseEnter in interface TableSelectionListener
 
 
mouseExit
public void mouseExit(TableRowCore row)
- Specified by:
 mouseExit in interface TableSelectionListener