Class TableSelectionAdapter
java.lang.Object
com.biglybt.ui.common.table.TableSelectionAdapter
- All Implemented Interfaces:
TableSelectionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddefaultSelected(TableRowCore[] rows, int stateMask) voiddeselected(TableRowCore[] rows) voidfocusChanged(TableRowCore focus) voidmouseEnter(TableRowCore row) voidmouseExit(TableRowCore row) voidselected(TableRowCore[] rows) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TableSelectionListener
defaultSelected, focusRequested, selectionChanged
-
Constructor Details
-
TableSelectionAdapter
public TableSelectionAdapter()
-
-
Method Details
-
defaultSelected
- Specified by:
defaultSelectedin interfaceTableSelectionListener
-
deselected
- Specified by:
deselectedin interfaceTableSelectionListener
-
focusChanged
- Specified by:
focusChangedin interfaceTableSelectionListener
-
selected
- Specified by:
selectedin interfaceTableSelectionListener
-
mouseEnter
- Specified by:
mouseEnterin interfaceTableSelectionListener
-
mouseExit
- Specified by:
mouseExitin interfaceTableSelectionListener
-