public class GenericListSelectionModel<B> extends AbstractGenericListSelectionModel<B>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultListModel<B> |
listModel |
listenerList, pcs, PROPERTY_SELECTED_VALUE, selectedValuesleadAnchorNotificationEnabledMULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION| Constructor and Description |
|---|
GenericListSelectionModel(DefaultListModel<B> listModel) |
| Modifier and Type | Method and Description |
|---|---|
DefaultListModel<B> |
getListModel() |
int |
getSize() |
B |
getValueAt(int i) |
addGenericListListener, addPropertyChangeListener, addPropertyChangeListener, addSelectedItem, addSelectionInterval, addSelectionIntervalWithFire, clearSelection, firePropertyChange, fireSelectionAdded, fireSelectionRemoved, fireValuesAdded, fireValuesRemoved, getSelectedValue, getSelectedValues, getSelectionMode, hasSelectedIndex, removeGenericListListener, removePropertyChangeListener, removePropertyChangeListener, removeSelectionInterval, removeSelectionIntervalWithoutFire, setSelectedValues, setSelectionInterval, unSelectItem, unSelectItemsaddListSelectionListener, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toStringprotected final DefaultListModel<B> listModel
public GenericListSelectionModel(DefaultListModel<B> listModel)
public DefaultListModel<B> getListModel()
public int getSize()
getSize in class AbstractGenericListSelectionModel<B>public B getValueAt(int i)
getValueAt in class AbstractGenericListSelectionModel<B>Copyright © 2008–2020 Ultreia.io. All rights reserved.