public class BlankButtonGroup
extends javax.swing.ButtonGroup
| Constructor and Description |
|---|
BlankButtonGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
setSelected(javax.swing.ButtonModel m,
boolean b)
Sets the selected value for the
ButtonModel. |
public void setSelected(javax.swing.ButtonModel m,
boolean b)
ButtonModel.
Only one button in the group may be selected at a time.
If a button is unselected, then the hidden button 'blank' becomes selected.setSelected in class javax.swing.ButtonGroupm - the ButtonModelb - true if this button is to be
selected, otherwise falseCopyright © 2004-2014 The YAWL Foundation.