Package com.biglybt.ui.swt.views.table
Class TableSelectedRowsListener
- java.lang.Object
-
- com.biglybt.ui.common.table.TableGroupRowRunner
-
- com.biglybt.ui.swt.views.table.TableSelectedRowsListener
-
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
public abstract class TableSelectedRowsListener extends TableGroupRowRunner implements org.eclipse.swt.widgets.Listener
Listener primarily for Menu Selection. Implement run(TableRowCore) and it will get called for each row the user has selected.
-
-
Constructor Summary
Constructors Constructor Description TableSelectedRowsListener(TableView<?> impl)
triggers the event off of the SWT threadTableSelectedRowsListener(TableView<?> impl, boolean getOffSWT)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.eclipse.swt.widgets.Event e)
Process the trapped event.-
Methods inherited from class com.biglybt.ui.common.table.TableGroupRowRunner
run, run
-
-
-
-
Field Detail
-
tv
private final TableView<?> tv
-
getOffSWT
private final boolean getOffSWT
-
event
protected org.eclipse.swt.widgets.Event event
Event information passed in via the Listener. Accessible in run(TableRowSWT).
-
-