com.jidesoft.grid
Class ValueFilterListSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.jidesoft.swing.CheckBoxListSelectionModel
com.jidesoft.grid.ValueFilterListSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, EventListener, ListDataListener, ListSelectionModel
Deprecated. replaced by CheckBoxListSelectionModel
@Deprecated
public class ValueFilterListSelectionModel
- extends CheckBoxListSelectionModel
- See Also:
- Serialized Form
Methods inherited from class com.jidesoft.swing.CheckBoxListSelectionModel |
addSelectionInterval, contentsChanged, getAllEntryIndex, getMinSelectionIndex, getModel, insertIndexInterval, intervalAdded, intervalRemoved, isAllEntryConsidered, isSelectedIndex, removeSelectionInterval, setAllEntryConsidered, setAllEntryIndex, setModel, setSelectionInterval |
Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getSelectionMode, getValueIsAdjusting, isLeadAnchorNotificationEnabled, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString |
ValueFilterListSelectionModel
public ValueFilterListSelectionModel()
- Deprecated.
ValueFilterListSelectionModel
public ValueFilterListSelectionModel(ListModel model)
- Deprecated.