public final class ZeroOrOneSelectionListModel
extends javax.swing.DefaultListSelectionModel
Constructor and Description |
---|
ZeroOrOneSelectionListModel(javax.swing.JList<?> list) |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionInterval(int i1,
int i2) |
void |
setSelectionInterval(int i1,
int i2) |
addListSelectionListener, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString
public ZeroOrOneSelectionListModel(javax.swing.JList<?> list)
public void setSelectionInterval(int i1, int i2)
setSelectionInterval
in interface javax.swing.ListSelectionModel
setSelectionInterval
in class javax.swing.DefaultListSelectionModel
public void addSelectionInterval(int i1, int i2)
addSelectionInterval
in interface javax.swing.ListSelectionModel
addSelectionInterval
in class javax.swing.DefaultListSelectionModel