Uses of Interface
net.anwiba.commons.swing.table.IObjectListTableConfiguration
-
Packages that use IObjectListTableConfiguration Package Description net.anwiba.commons.swing.table -
-
Uses of IObjectListTableConfiguration in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement IObjectListTableConfiguration Modifier and Type Class Description classObjectListTableConfiguration<T>Methods in net.anwiba.commons.swing.table that return IObjectListTableConfiguration Modifier and Type Method Description IObjectListTableConfiguration<T>ObjectListTableConfigurationBuilder. build()Constructors in net.anwiba.commons.swing.table with parameters of type IObjectListTableConfiguration Constructor Description ObjectListTable(IObjectListTableConfiguration<T> configuration, java.util.List<T> list)
-