Uses of Interface
com.biglybt.ui.common.table.TableStructureModificationListener
-
Packages that use TableStructureModificationListener Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views.columnsetup com.biglybt.ui.swt.views.table.painted -
-
Uses of TableStructureModificationListener in com.biglybt.ui.common.table
Classes in com.biglybt.ui.common.table that implement TableStructureModificationListener Modifier and Type Class Description class
TableStructureEventDispatcher
Methods in com.biglybt.ui.common.table with parameters of type TableStructureModificationListener Modifier and Type Method Description void
TableStructureEventDispatcher. addListener(TableStructureModificationListener listener)
void
TableStructureEventDispatcher. removeListener(TableStructureModificationListener listener)
-
Uses of TableStructureModificationListener in com.biglybt.ui.common.table.impl
Classes in com.biglybt.ui.common.table.impl that implement TableStructureModificationListener Modifier and Type Class Description class
TableViewImpl<DATASOURCETYPE>
-
Uses of TableStructureModificationListener in com.biglybt.ui.swt.views.columnsetup
Fields in com.biglybt.ui.swt.views.columnsetup declared as TableStructureModificationListener Modifier and Type Field Description private TableStructureModificationListener<?>
TableColumnSetupWindow. listener
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableStructureModificationListener Constructor Description TableColumnSetupWindow(java.lang.Class<?> forDataSourceType, java.lang.String _tableID, TableColumnCore selectedColumn, TableRow sampleRow, TableStructureModificationListener<?> _listener)
-
Uses of TableStructureModificationListener in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableStructureModificationListener Modifier and Type Class Description class
TableViewPainted
A TableView implemented by painting on a canvas TODO: Keyboard Selection Cursor Column move and resize past bounds
-