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)
api呀