Package com.biglybt.ui.common.table
Class TableSelectionAdapter
java.lang.Object
com.biglybt.ui.common.table.TableSelectionAdapter
- All Implemented Interfaces:
TableSelectionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
Methods inherited from interface com.biglybt.ui.common.table.TableSelectionListener
defaultSelected, focusRequested, selectionChanged
-
Constructor Details
-
TableSelectionAdapter
public TableSelectionAdapter()
-
-
Method Details
-
defaultSelected
- Specified by:
defaultSelected
in interfaceTableSelectionListener
-
deselected
- Specified by:
deselected
in interfaceTableSelectionListener
-
focusChanged
- Specified by:
focusChanged
in interfaceTableSelectionListener
-
selected
- Specified by:
selected
in interfaceTableSelectionListener
-
mouseEnter
- Specified by:
mouseEnter
in interfaceTableSelectionListener
-
mouseExit
- Specified by:
mouseExit
in interfaceTableSelectionListener
-