public class JTabbedPanes extends Object
| Constructor and Description |
|---|
JTabbedPanes() |
| Modifier and Type | Method and Description |
|---|---|
static TabbedPaneIterator<Component> |
newTabbedPaneIterator(JTabbedPane tabs)
Iterate the components of a
JTabbedPane in natural order. |
public static TabbedPaneIterator<Component> newTabbedPaneIterator(JTabbedPane tabs)
JTabbedPane in natural order.
Says using method Container.getComponent(int)tabs - theCopyright © 2008–2015 CodeLutin. All rights reserved.