Uses of Interface
com.biglybt.pif.ui.tables.TableColumnCreationListener
-
-
Uses of TableColumnCreationListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableColumnCreationListener Modifier and Type Method Description void
TableManager. registerColumn(java.lang.Class forDataSourceType, java.lang.String cellID, TableColumnCreationListener listener)
Register a column for a specific data source type.void
TableManager. unregisterColumn(java.lang.Class forDataSourceType, java.lang.String cellID, TableColumnCreationListener listener)
unregister a listener added by @linkTableManager.registerColumn(Class, String, TableColumnCreationListener)
-
Uses of TableColumnCreationListener in com.biglybt.pifimpl.local.ui.tables
Methods in com.biglybt.pifimpl.local.ui.tables with parameters of type TableColumnCreationListener Modifier and Type Method Description void
TableManagerImpl. registerColumn(java.lang.Class forDataSourceType, java.lang.String cellID, TableColumnCreationListener listener)
void
TableManagerImpl. unregisterColumn(java.lang.Class forDataSourceType, java.lang.String cellID, TableColumnCreationListener listener)
-
Uses of TableColumnCreationListener in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as TableColumnCreationListener Modifier and Type Field Description private TableColumnCreationListener
BuddyPluginView. columnMessagePending
-
Uses of TableColumnCreationListener in com.biglybt.ui.common.table
Subinterfaces of TableColumnCreationListener in com.biglybt.ui.common.table Modifier and Type Interface Description interface
TableColumnCoreCreationListener
-
Uses of TableColumnCreationListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableColumnCreationListener Modifier and Type Field Description private java.util.Map<java.lang.String,TableColumnCreationListener>
TableColumnManager. mapColumnIDsToListener
Methods in com.biglybt.ui.common.table.impl with parameters of type TableColumnCreationListener Modifier and Type Method Description void
TableColumnManager. registerColumn(java.lang.Class forDataSourceType, java.lang.String columnID, TableColumnCreationListener listener)
void
TableColumnManager. unregisterColumn(java.lang.Class forDataSourceType, java.lang.String columnID, TableColumnCreationListener listener)
-
Uses of TableColumnCreationListener in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as TableColumnCreationListener Modifier and Type Field Description private TableColumnCreationListener
SubscriptionManagerUI. columnCreationSubs
private TableColumnCreationListener
SubscriptionManagerUI. columnCreationSubsLink
-