Uses of Interface
net.anwiba.commons.swing.table.IObjectTableConfiguration
-
Packages that use IObjectTableConfiguration Package Description net.anwiba.commons.swing.table -
-
Uses of IObjectTableConfiguration in net.anwiba.commons.swing.table
Subinterfaces of IObjectTableConfiguration in net.anwiba.commons.swing.table Modifier and Type Interface Description interfaceIObjectListTableConfiguration<T>Classes in net.anwiba.commons.swing.table that implement IObjectTableConfiguration Modifier and Type Class Description classObjectListTableConfiguration<T>classObjectTableConfiguration<T>Methods in net.anwiba.commons.swing.table that return IObjectTableConfiguration Modifier and Type Method Description IObjectTableConfiguration<T>ObjectTableConfigurationBuilder. build()Constructors in net.anwiba.commons.swing.table with parameters of type IObjectTableConfiguration Constructor Description ObjectTable(IObjectTableConfiguration<T> configuration, IObjectTableModel<T> tableModel)
-