Module com.iamsoft.util.ui
Class NamedItemComboBoxModel<T>
java.lang.Object
com.iamsoft.util.ui.swing.nameditem.NamedItemComboBoxModel<T>
- Type Parameters:
T- Type of element stored in model.
- All Implemented Interfaces:
ComboBoxModel<Map.Entry<String,,? extends T>> ListModel<Map.Entry<String,? extends T>>
@Deprecated
public class NamedItemComboBoxModel<T>
extends Object
implements ComboBoxModel<Map.Entry<String,? extends T>>
Deprecated.
Deprecated.
Combo box model for NamedItemModels.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListDataListener(ListDataListener pListener) Deprecated.getElementAt(int pIdx) Deprecated.Deprecated.intgetSize()Deprecated.voidremoveListDataListener(ListDataListener pListener) Deprecated.voidsetSelectedItem(Object pItem) Deprecated.
-
Constructor Details
-
NamedItemComboBoxModel
Deprecated.
-
-
Method Details
-
getSelectedItem
Deprecated.- Specified by:
getSelectedItemin interfaceComboBoxModel<T>
-
setSelectedItem
Deprecated.- Specified by:
setSelectedItemin interfaceComboBoxModel<T>
-
addListDataListener
Deprecated.- Specified by:
addListDataListenerin interfaceListModel<T>
-
removeListDataListener
Deprecated.- Specified by:
removeListDataListenerin interfaceListModel<T>
-
getElementAt
Deprecated.- Specified by:
getElementAtin interfaceListModel<T>
-
getSize
public int getSize()Deprecated.
-