Return type | Name and parameters |
---|---|
AbstractButton
|
getAt(int index)
Support the subscript operator for ButtonGroup. |
Iterator
|
iterator()
Returns an Iterator which traverses the ButtonGroup one AbstractButton at a time. |
ButtonGroup
|
leftShift(AbstractButton b)
Overloads the left shift operator to provide an easy way to add buttons to a ButtonGroup. |
int
|
size()
Provide the standard Groovy size() method for ButtonGroup .
|
Support the subscript operator for ButtonGroup.
index
- the index of the AbstractButton to get.Returns an Iterator which traverses the ButtonGroup one AbstractButton at a time.
Overloads the left shift operator to provide an easy way to add buttons to a ButtonGroup.
b
- an AbstractButton to be added to the buttonGroup..Provide the standard Groovy size()
method for ButtonGroup
.