Method getSelection()
Return type: javax.swing.ButtonModel
Member of: javax.swing.ButtonGroup
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return LAFGroup.getSelection().getActionCommand();
2 String name = priorities.getSelection().getActionCommand();
3 if (group.getSelection() == ((JRadioButton) c[i]).getModel()) {
4 String command = bgroup.getSelection().getActionCommand();
5 (new Integer(scriptOriginGroup.getSelection().getActionCommand())).intValue());
6 String val = bg.getSelection().getActionCommand();
7 String cache = cacheOptions.getSelection().getActionCommand();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.