JIDE 3.5.15

com.jidesoft.grid
Class ValueFilterListSelectionModel

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

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
ValueFilterListSelectionModel()
          Deprecated.  
ValueFilterListSelectionModel(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

ValueFilterListSelectionModel

public ValueFilterListSelectionModel()
Deprecated. 

ValueFilterListSelectionModel

public ValueFilterListSelectionModel(ListModel model)
Deprecated. 

JIDE 3.5.15