Package com.biglybt.ui.common.table
Interface TableColumnCoreCreationListener
-
- All Superinterfaces:
TableColumnCreationListener
public interface TableColumnCoreCreationListener extends TableColumnCreationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableColumnCore
createTableColumnCore(java.lang.Class<?> forDataSourceType, java.lang.String tableID, java.lang.String columnID)
-
Methods inherited from interface com.biglybt.pif.ui.tables.TableColumnCreationListener
tableColumnCreated
-
-
-
-
Method Detail
-
createTableColumnCore
TableColumnCore createTableColumnCore(java.lang.Class<?> forDataSourceType, java.lang.String tableID, java.lang.String columnID)
-
-