Method isEnabledAt(int index)
Return type: boolean
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 boolean en=n>0 && getTabs().isEnabledAt(n-1);
2 if (_tabs.isEnabledAt(newTab)) {
3 en=tabs.isEnabledAt(n);
4 if (selection >= 0 && jtpRoot.isEnabledAt(selection)) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.