|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultListSelectionModel
mailpuccino.RecipientChooser.CustomSelectionModel
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 | |
(package private) |
RecipientChooser.CustomSelectionModel()
|
Method Summary | |
void |
add(int Index)
|
void |
addSelectionInterval(int Index0,
int Index1)
|
void |
clear()
|
void |
clearSelection()
|
void |
remove(int Index)
|
void |
removeSelectionInterval(int Index0,
int Index1)
|
void |
setSelectionInterval(int Index0,
int Index1)
|
Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, 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 |
RecipientChooser.CustomSelectionModel()
Method Detail |
public void add(int Index)
public void remove(int Index)
public void clear()
public void addSelectionInterval(int Index0, int Index1)
public void clearSelection()
public void removeSelectionInterval(int Index0, int Index1)
public void setSelectionInterval(int Index0, int Index1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |