Uses of Interface
com.biglybt.ui.swt.views.table.TableRowSWTPaintListener
Packages that use TableRowSWTPaintListener
Package
Description
-
Uses of TableRowSWTPaintListener in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table with parameters of type TableRowSWTPaintListenerModifier and TypeMethodDescriptionvoid
TableViewSWT.addRowPaintListener
(TableRowSWTPaintListener listener) void
TableViewSWT.removeRowPaintListener
(TableRowSWTPaintListener listener) -
Uses of TableRowSWTPaintListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableRowSWTPaintListenerModifier and TypeFieldDescriptionprivate ArrayList<TableRowSWTPaintListener>
TableViewSWT_Common.rowPaintListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowSWTPaintListenerModifier and TypeMethodDescriptionvoid
TableViewSWT_Common.addRowPaintListener
(TableRowSWTPaintListener listener) void
TableViewSWT_Common.removeRowPaintListener
(TableRowSWTPaintListener listener) -
Uses of TableRowSWTPaintListener in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowSWTPaintListenerModifier and TypeMethodDescriptionvoid
TableViewPainted.addRowPaintListener
(TableRowSWTPaintListener listener) void
TableViewPainted.removeRowPaintListener
(TableRowSWTPaintListener listener)