com.aelitis.azureus.ui.common.table
Class TableSelectionAdapter

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.TableSelectionAdapter
All Implemented Interfaces:
TableSelectionListener

public abstract class TableSelectionAdapter
extends java.lang.Object
implements TableSelectionListener

Author:
TuxPaper

Constructor Summary
TableSelectionAdapter()
           
 
Method Summary
 void defaultSelected(TableRowCore[] rows, int stateMask)
           
 void deselected(TableRowCore[] rows)
           
 void focusChanged(TableRowCore focus)
           
 void mouseEnter(TableRowCore row)
           
 void mouseExit(TableRowCore row)
           
 void selected(TableRowCore[] rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSelectionAdapter

public TableSelectionAdapter()
Method Detail

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