Uses of Interface
net.anwiba.commons.swing.list.IListModel
-
Packages that use IListModel Package Description net.anwiba.commons.swing.combobox net.anwiba.commons.swing.list -
-
Uses of IListModel in net.anwiba.commons.swing.combobox
Subinterfaces of IListModel in net.anwiba.commons.swing.combobox Modifier and Type Interface Description interfaceIComboBoxModel<T>Classes in net.anwiba.commons.swing.combobox that implement IListModel Modifier and Type Class Description classObjectComboBoxModel<T> -
Uses of IListModel in net.anwiba.commons.swing.list
Classes in net.anwiba.commons.swing.list that implement IListModel Modifier and Type Class Description classAbstractObjectListComponentModel<T>classObjectListComponentModel<T>Methods in net.anwiba.commons.swing.list with parameters of type IListModel Modifier and Type Method Description ObjectListComponentBuilder<T>ObjectListComponentBuilder. setModel(IListModel<T> model)Constructors in net.anwiba.commons.swing.list with parameters of type IListModel Constructor Description JListSelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel listSelectionModel, ISelectionModel<T> objectSelectionModel)ObjectListComponent(IListModel<T> listModel)ObjectListComponent(IObjectListConfiguration<T> configuration, IListModel<T> listModel)SelectionListener(IListModel<T> listModel, javax.swing.ListSelectionModel tableSelectionModel, ISelectionModel<T> objectSelectionModel)
-