Uses of Interface
com.biglybt.pif.ui.tables.TableColumnCreationListener
Packages that use TableColumnCreationListener
Package
Description
-
Uses of TableColumnCreationListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableColumnCreationListenerModifier and TypeMethodDescriptionvoid
TableManager.registerColumn
(Class forDataSourceType, String cellID, TableColumnCreationListener listener) Register a column for a specific data source type. -
Uses of TableColumnCreationListener in com.biglybt.pifimpl.local.ui.tables
Methods in com.biglybt.pifimpl.local.ui.tables with parameters of type TableColumnCreationListenerModifier and TypeMethodDescriptionvoid
TableManagerImpl.registerColumn
(Class forDataSourceType, String cellID, TableColumnCreationListener listener) -
Uses of TableColumnCreationListener in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as TableColumnCreationListenerModifier and TypeFieldDescriptionprivate TableColumnCreationListener
BuddyPluginView.columnMessagePending
-
Uses of TableColumnCreationListener in com.biglybt.ui.common.table
Subinterfaces of TableColumnCreationListener in com.biglybt.ui.common.table -
Uses of TableColumnCreationListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableColumnCreationListenerModifier and TypeFieldDescriptionprivate Map<String,
TableColumnCreationListener> TableColumnManager.mapColumnIDsToListener
Methods in com.biglybt.ui.common.table.impl with parameters of type TableColumnCreationListenerModifier and TypeMethodDescriptionvoid
TableColumnManager.registerColumn
(Class forDataSourceType, String columnID, TableColumnCreationListener listener) -
Uses of TableColumnCreationListener in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as TableColumnCreationListenerModifier and TypeFieldDescriptionprivate TableColumnCreationListener
SubscriptionManagerUI.columnCreationSubs
private TableColumnCreationListener
SubscriptionManagerUI.columnCreationSubsLink
-
Uses of TableColumnCreationListener in com.biglybt.ui.swt.views.table.utils
Fields in com.biglybt.ui.swt.views.table.utils declared as TableColumnCreationListenerConstructors in com.biglybt.ui.swt.views.table.utils with parameters of type TableColumnCreationListenerModifierConstructorDescriptioncInfo
(Class cla, Class forDataSourceType, TableColumnCreationListener l)