Uses of Interface
com.biglybt.pif.ui.tables.TableRowMouseListener
-
-
Uses of TableRowMouseListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableRowMouseListener Modifier and Type Method Description void
TableRow. addMouseListener(TableRowMouseListener listener)
Adds a listener that triggers when this TableRow has a mouse event.void
TableRow. removeMouseListener(TableRowMouseListener listener)
Remove a previously added TableRowMouseListener -
Uses of TableRowMouseListener in com.biglybt.ui.swt.columns.utils
Classes in com.biglybt.ui.swt.columns.utils that implement TableRowMouseListener Modifier and Type Class Description class
ColumnImageClickArea
-
Uses of TableRowMouseListener in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableRowMouseListener Modifier and Type Method Description void
TableViewSWT. addRowMouseListener(TableRowMouseListener listener)
void
TableViewSWT. removeRowMouseListener(TableRowMouseListener listener)
-
Uses of TableRowMouseListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableRowMouseListener Modifier and Type Field Description private java.util.ArrayList<TableRowMouseListener>
TableRowSWTBase. mouseListeners
private java.util.ArrayList<TableRowMouseListener>
TableViewSWT_Common. rowMouseListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowMouseListener Modifier and Type Method Description void
TableRowSWTBase. addMouseListener(TableRowMouseListener listener)
void
TableViewSWT_Common. addRowMouseListener(TableRowMouseListener listener)
void
TableRowSWTBase. removeMouseListener(TableRowMouseListener listener)
void
TableViewSWT_Common. removeRowMouseListener(TableRowMouseListener listener)
-
Uses of TableRowMouseListener in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowMouseListener Modifier and Type Method Description void
TableViewPainted. addRowMouseListener(TableRowMouseListener listener)
void
TableViewPainted. removeRowMouseListener(TableRowMouseListener listener)
-