|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.behavior.Member.Group<T,G> sky.monome.behavior.AbstractRadio.AbstractRadioGroup<Radio,Radio.RadioGroup> sky.monome.behavior.Radio.RadioGroup
public static class Radio.RadioGroup
Radio group which is responsible for the permanent exclusivity of the last pressed radio button. With this type of radio group, always one radio is selected, even at the beginning.
Field Summary |
---|
Fields inherited from class sky.monome.behavior.AbstractRadio.AbstractRadioGroup |
---|
radios |
Fields inherited from class sky.monome.behavior.Member.Group |
---|
eventListenerList, members |
Constructor Summary | |
---|---|
Radio.RadioGroup()
Constructs a radio group. |
Method Summary | |
---|---|
protected void |
addRadio(Radio radio)
Adds the specified radio behavior to the list of associated radio behaviors. |
Methods inherited from class sky.monome.behavior.AbstractRadio.AbstractRadioGroup |
---|
addMember, getActiveRadio, getRadiosNumber, initRadio, notify, notify |
Methods inherited from class sky.monome.behavior.Member.Group |
---|
addButtonListener, fireButtonActionned, getButtonListeners, getMembersNumber, removeButtonListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Radio.RadioGroup()
Method Detail |
---|
protected void addRadio(Radio radio) throws MonomeException
addRadio
in class AbstractRadio.AbstractRadioGroup<Radio,Radio.RadioGroup>
radio
- Radio behavior to add to the list of associated radio behaviors.
MonomeException
- When a led state can't be initialized.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |