|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Unsafe:
Method Summary | |
Object |
getSelectedItem()
Enabled: Returns the selected item |
void |
setSelectedItem(Object anItem)
Enabled: Set the selected item. |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
Method Detail |
public void setSelectedItem(Object anItem)
ListDataListener
s that the contents
have changed.
anItem
- the list object to select or null
to clear the selectionpublic Object getSelectedItem()
null
if there is no selection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |