Uses of Interface
net.anwiba.commons.swing.list.IObjectListConfiguration
-
Packages that use IObjectListConfiguration Package Description net.anwiba.commons.swing.combobox net.anwiba.commons.swing.list -
-
Uses of IObjectListConfiguration in net.anwiba.commons.swing.combobox
Constructors in net.anwiba.commons.swing.combobox with parameters of type IObjectListConfiguration Constructor Description ObjectComboBox(IObjectListConfiguration<T> configuration, IComboBoxModel<T> listModel) -
Uses of IObjectListConfiguration in net.anwiba.commons.swing.list
Methods in net.anwiba.commons.swing.list that return IObjectListConfiguration Modifier and Type Method Description IObjectListConfiguration<T>ObjectListConfigurationBuilder. build()Constructors in net.anwiba.commons.swing.list with parameters of type IObjectListConfiguration Constructor Description ObjectListComponent(IObjectListConfiguration<T> configuration, IListModel<T> listModel)
-