Uses of Interface
com.biglybt.ui.common.table.TableStructureModificationListener
Packages that use TableStructureModificationListener
Package
Description
-
Uses of TableStructureModificationListener in com.biglybt.ui.common.table
Classes in com.biglybt.ui.common.table that implement TableStructureModificationListenerMethods in com.biglybt.ui.common.table with parameters of type TableStructureModificationListenerModifier and TypeMethodDescriptionvoid
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 -
Uses of TableStructureModificationListener in com.biglybt.ui.swt.views.columnsetup
Fields in com.biglybt.ui.swt.views.columnsetup declared as TableStructureModificationListenerModifier and TypeFieldDescriptionprivate final TableStructureModificationListener
<?> TableColumnSetupWindow.listener
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableStructureModificationListenerModifierConstructorDescriptionTableColumnSetupWindow
(Class<?> forDataSourceType, String _tableID, TableColumnCore selectedColumn, TableRow sampleRow, TableStructureModificationListener<?> _listener, boolean _rowDetailsOnly) -
Uses of TableStructureModificationListener in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableStructureModificationListenerModifier and TypeClassDescriptionclass
A TableView implemented by painting on a canvas TODO: Keyboard Selection Cursor Column move and resize past bounds