Uses of Interface
org.tentackle.fx.table.TableConfigurationProvider
-
Packages that use TableConfigurationProvider Package Description org.tentackle.fx.table FX table support. -
-
Uses of TableConfigurationProvider in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement TableConfigurationProvider Modifier and Type Class Description classDefaultTableConfigurationProvider<T>Base implementation of aTableConfigurationProvider.Methods in org.tentackle.fx.table that return TableConfigurationProvider Modifier and Type Method Description <T> TableConfigurationProvider<T>DefaultTableConfigurationProviderFactory. createTableConfigurationProvider(java.lang.Class<T> clazz)<T> TableConfigurationProvider<T>TableConfigurationProviderFactory. createTableConfigurationProvider(java.lang.Class<T> clazz)Creates a table configuration provider for a given class.
-