Uses of Interface
net.anwiba.commons.swing.combobox.IComboBoxModel
-
Packages that use IComboBoxModel Package Description net.anwiba.commons.swing.combobox -
-
Uses of IComboBoxModel in net.anwiba.commons.swing.combobox
Classes in net.anwiba.commons.swing.combobox that implement IComboBoxModel Modifier and Type Class Description classObjectComboBoxModel<T>Methods in net.anwiba.commons.swing.combobox with parameters of type IComboBoxModel Modifier and Type Method Description ObjectComboBoxBuilder<T>ObjectComboBoxBuilder. setModel(IComboBoxModel<T> model)Constructors in net.anwiba.commons.swing.combobox with parameters of type IComboBoxModel Constructor Description ObjectComboBox(IComboBoxModel<T> listModel)ObjectComboBox(IObjectListConfiguration<T> configuration, IComboBoxModel<T> listModel)
-