public class ButtonGroupList
extends javax.swing.ButtonGroup
ButtonGroup
to allow selecting items by index.Constructor and Description |
---|
ButtonGroupList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.swing.AbstractButton> |
getButtons() |
boolean |
isSelected(int index) |
void |
removeAll() |
void |
select(int index) |
void |
setSelected(int index,
boolean selected) |