|
Groovy JDK | |||||||||
| Method Summary | |
|---|---|
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.
|
| Method Detail |
|---|
public void clear()
public Component getAt(int index)
index - the index of the tab component to get.public Iterator iterator()
public int size()
size() method for JTabbedPane.
|
Groovy JDK | |||||||||