edu.princeton.swing
public interface PListSelectionModel extends javax.swing.ListSelectionModel
| Modifier and Type | Method and Description | 
|---|---|
| void | addPropertyChangeListener(java.beans.PropertyChangeListener listener)Adds a PropertyChangeListener to the model to listen for changes in "selectionMode". | 
| void | removePropertyChangeListener(java.beans.PropertyChangeListener listener)Removes a PropertyChangeListener from the model. | 
addListSelectionListener, addSelectionInterval, clearSelection, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjustingvoid addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The new PropertyChangeListener to add.void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - The old PropertyChangeListener to add.