com.jidesoft.list
Class CheckBoxListWithAllSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.jidesoft.swing.CheckBoxListSelectionModel
com.jidesoft.list.CheckBoxListWithAllSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, EventListener, ListDataListener, ListSelectionModel
Deprecated. replaced by CheckBoxListSelectionModel
@Deprecated
public class CheckBoxListWithAllSelectionModel
- 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 |
CheckBoxListWithAllSelectionModel
public CheckBoxListWithAllSelectionModel()
- Deprecated.
CheckBoxListWithAllSelectionModel
public CheckBoxListWithAllSelectionModel(ListModel model)
- Deprecated.