|
Préférences
Moteurs de recherche
|
||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing
|
Method Summary | |
---|---|
Object |
getSelectedItem()
Returns the selected item |
void |
setSelectedItem(Object anItem)
Set the selected item. |
Methods inherited from interface javax.swing.ListModel |
---|
addListDataListener, getElementAt, getSize, removeListDataListener |
Method Detail |
---|
void setSelectedItem(Object anItem)
ListDataListener
s that the contents
have changed.
anItem
- the list object to select or null
to clear the selectionObject getSelectedItem()
null
if there is no selection