org.montsuqi.widgets
Class PandaCListSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by org.montsuqi.widgets.PandaCListSelectionModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.ListSelectionModel

 class PandaCListSelectionModel
extends javax.swing.DefaultListSelectionModel


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
PandaCListSelectionModel()
           
 
Method Summary
protected  void fireValueChanged(int firstIndex, int lastIndex, boolean isAdjusting)
           
 boolean isNotifySelectionChange()
           
 void setNotifySelectionChange(boolean notifySelectionChange)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PandaCListSelectionModel

public PandaCListSelectionModel()
Method Detail

setNotifySelectionChange

public void setNotifySelectionChange(boolean notifySelectionChange)

fireValueChanged

protected void fireValueChanged(int firstIndex,
                                int lastIndex,
                                boolean isAdjusting)
Overrides:
fireValueChanged in class javax.swing.DefaultListSelectionModel

isNotifySelectionChange

public boolean isNotifySelectionChange()