Interface TableColumnInitializer
public interface TableColumnInitializer
Add on interface for DynamicTableColumn classes inside a SearchLocationTableModel that let
them control aspects of the matching TableColumn.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeTableColumn(TableColumn col, FontMetrics fm, int padding) Called to allow the initializer to modify the specified TableColumnstatic voidinitializeTableColumns(GTable table, GDynamicColumnTableModel<?, ?> model) Best called duringDialogComponentProvider.dialogShown(docking.Tool)orComponentProvider.componentShown()
-
Method Details
-
initializeTableColumns
Best called duringDialogComponentProvider.dialogShown(docking.Tool)orComponentProvider.componentShown()- Parameters:
table- table componentmodel- table model
-
initializeTableColumn
Called to allow the initializer to modify the specified TableColumn- Parameters:
col-TableColumnfm-FontMetricsused by the table header gui componentpadding- padding to use in the column
-