public final class MonoSelectionListModel<E>
extends javax.swing.DefaultListSelectionModel
Constructor and Description |
---|
MonoSelectionListModel(javax.swing.JList<E> list) |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionInterval(int i1,
int i2) |
void |
removeSelectionInterval(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, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString
public MonoSelectionListModel(javax.swing.JList<E> 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
public void removeSelectionInterval(int i1, int i2)
removeSelectionInterval
in interface javax.swing.ListSelectionModel
removeSelectionInterval
in class javax.swing.DefaultListSelectionModel