Method getTitleAt(int index)
Return type: java.lang.String
Member of: javax.swing.JTabbedPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 while (!tabbedPane.getTitleAt(index).equals(file)) {
2 String title = _tabs.getTitleAt(i);
3 String title = _tabs.getTitleAt(i);
4 fileName = tabbedPane.getTitleAt(index);
5 String tab = jtpWarnings.getTitleAt(jtpWarnings.getSelectedIndex());
6 if (title.equals(getTitleAt(i)))
7 jTabbedPane1.getTitleAt(jTabbedPane1.getSelectedIndex());
8 String title = rightTabPane.getTitleAt(x);
9 result.put(SELECTED_PAGE_DPROP, tb.getTitleAt(tb.getSelectedIndex()));
10 mBaseProvider.setFieldValue("text",ltabPane.getTitleAt(ltabPane.getSelectedIndex()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.