JAVA中getSelectedIndex()是什么作用
list中有l.getSelectedIndex()是什么作用知道的亲,请告诉我谢谢了,我急着知道...
list中有l.getSelectedIndex()是什么作用
知道的亲,请告诉我
谢谢了,我急着知道 展开
知道的亲,请告诉我
谢谢了,我急着知道 展开
展开全部
得到链表中所选项目的索引
没有一个项目被选中就返回-1
jdk文档里如下说:
public int getSelectedIndex()
Gets the index of the selected item on the list,
Returns:
the index of the selected item; if no item is selected, or if multiple items are selected, -1 is returned.
See Also:
select(int), deselect(int), isIndexSelected(int)
没有一个项目被选中就返回-1
jdk文档里如下说:
public int getSelectedIndex()
Gets the index of the selected item on the list,
Returns:
the index of the selected item; if no item is selected, or if multiple items are selected, -1 is returned.
See Also:
select(int), deselect(int), isIndexSelected(int)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询