| Return type | Name and parameters |
|---|---|
void
|
clear()
Removes all elements from the JTabbedPane. |
Component
|
getAt(int index)
Support the subscript operator for JTabbedPane. |
Iterator
|
iterator()
Returns an Iterator which traverses the JTabbedPane one Component tab at a time. |
int
|
size()
Provide the standard Groovy size() method for JTabbedPane.
|
Removes all elements from the JTabbedPane.
Support the subscript operator for JTabbedPane.
index - the index of the tab component to get.Returns an Iterator which traverses the JTabbedPane one Component tab at a time.
Provide the standard Groovy size() method for JTabbedPane.