|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
javax.swing
|
|||||||||||||||
| Method Summary | |
void |
addChangeListener(ChangeListener listener)
Adds listener as a listener to changes in the model. |
void |
clearSelection()
Clears the selection (to -1). |
int |
getSelectedIndex()
Returns the model's selection. |
boolean |
isSelected()
Returns true if the selection model currently has a selected value. |
void |
removeChangeListener(ChangeListener listener)
Removes listener as a listener to changes in the model. |
void |
setSelectedIndex(int index)
Sets the model's selected index to index. |
| Method Detail |
public int getSelectedIndex()
setSelectedIndex(int)public void setSelectedIndex(int index)
index - an int specifying the model selectiongetSelectedIndex(),
addChangeListener(javax.swing.event.ChangeListener)public void clearSelection()
public boolean isSelected()
public void addChangeListener(ChangeListener listener)
listener - the ChangeListener to addpublic void removeChangeListener(ChangeListener listener)
listener - the ChangeListener to remove