Method getComponentAt(int index)
Return type: java.awt.Component
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 tabPane.remove(tabPane.getComponentAt(1));
2 return (TopComponent)getComponentAt(index);
3 iconCache.remove(getComponentAt(i));
4 if(tab.getComponentAt(i)==comp){
5 if (title != null && title.equals(tabName)) return (JPanel)_tabs.getComponentAt(i);
6 Component c = tabPanel.getComponentAt(tab);
7 if (!getTabs().getComponentAt(now).isEnabled()) {
8 ltabPane.getComponentAt(j).setBackground(lValue);
9 Component comp = _tabs.getComponentAt(i);
10 JSplitPane sp = (JSplitPane)((JTabbedPane)getContentPane().getComponent(0)).getComponentAt(Resources.COMP_BROWSE_IDX);
11 if (rightTabPane.getComponentAt(x) instanceof JScrollPane )
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.