JIDE 3.5.15

com.jidesoft.list
Class CheckBoxListWithAllSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by com.jidesoft.swing.CheckBoxListSelectionModel
          extended by 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

Field Summary
 
Fields inherited from class javax.swing.DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
CheckBoxListWithAllSelectionModel()
          Deprecated.  
CheckBoxListWithAllSelectionModel(ListModel model)
          Deprecated.  
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckBoxListWithAllSelectionModel

public CheckBoxListWithAllSelectionModel()
Deprecated. 

CheckBoxListWithAllSelectionModel

public CheckBoxListWithAllSelectionModel(ListModel model)
Deprecated. 

JIDE 3.5.15