|
java-gnome version 4.0.13 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RadioButtonGroup.GroupToggled
Signal that is emitted each time the active RadioButton is a group is changed.
This happens either by clicking in a different option on the group, by
pressing the Up
or Down
key
when one of the RadioButtons in the group has the focus, or when the
key combination Alt+
mnemonic is pressed. It
can also be triggered programmatically by calling the
setActive()
method.
Method Summary | |
---|---|
void |
onGroupToggled(RadioButton source)
Called when user changes the active RadioButton in a group |
Method Detail |
---|
void onGroupToggled(RadioButton source)
source
- The RadioButton that is now active.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |