tabbedPane选项卡如何获取子元素个数
若以下回答无法解决问题,邀请你更新回答
2015-03-23
展开全部
getSelectedIndex
public int getSelectedIndex()返回当前选择的此选项卡窗格的索引。如果当前没有选择选项卡,则返回 -1。
返回:
所选择的选项卡的索引
另请参见:
setSelectedIndex(int)
getTitleAt
public String getTitleAt(int index)返回 index 位置的选项卡标题。
参数:
index - 正在被查询的项的索引
返回:
index 位置的标题
抛出:
IndexOutOfBoundsException - 如果索引超出了范围(index < 0 || index >= tab count)
另请参见:
setTitleAt(int, java.lang.String)
public int getSelectedIndex()返回当前选择的此选项卡窗格的索引。如果当前没有选择选项卡,则返回 -1。
返回:
所选择的选项卡的索引
另请参见:
setSelectedIndex(int)
getTitleAt
public String getTitleAt(int index)返回 index 位置的选项卡标题。
参数:
index - 正在被查询的项的索引
返回:
index 位置的标题
抛出:
IndexOutOfBoundsException - 如果索引超出了范围(index < 0 || index >= tab count)
另请参见:
setTitleAt(int, java.lang.String)
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询