|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Member.Group | |
|---|---|
| sky.monome.behavior | Package of all behaviors. |
| sky.monome.behavior.factory | Package of all behavior factories |
| Uses of Member.Group in sky.monome.behavior |
|---|
| Classes in sky.monome.behavior with type parameters of type Member.Group | |
|---|---|
class |
Member<G extends Member.Group<?,G>>
Member behavior. |
static class |
Member.Group<M extends Member<G>,G extends Member.Group<M,G>>
Group of members which is responsible for a common behavior between all associated members. |
| Subclasses of Member.Group in sky.monome.behavior | |
|---|---|
static class |
AbstractRadio.AbstractRadioGroup<T extends AbstractRadio<G>,G extends AbstractRadio.AbstractRadioGroup<T,G>>
Radio group which is responsible for the permanent exclusivity of the last pressed radio button. |
static class |
OptionalRadio.OptionalRadioGroup
Optional radio group which is responsible for the permanent exclusivity of the last pressed optional radio button. |
static class |
Pad.PadGroup
Group of pads which is responsible for the synchronization between all associated pads. |
static class |
Radio.RadioGroup
Radio group which is responsible for the permanent exclusivity of the last pressed radio button. |
static class |
SequencerRadio.SequencerRadioGroup
Sequencer radio group which is responsible for the permanent exclusivity of the last pressed sequencer radio button. |
| Fields in sky.monome.behavior declared as Member.Group | |
|---|---|
protected G |
Member.group
Associated group. |
| Uses of Member.Group in sky.monome.behavior.factory |
|---|
| Constructors in sky.monome.behavior.factory with parameters of type Member.Group | |
|---|---|
MemberFactory(Member.Group<? extends Member<?>,? extends Member.Group<?,?>> memberGroup)
Constructs a member factory with the specified group object. |
|
| Constructor parameters in sky.monome.behavior.factory with type arguments of type Member.Group | |
|---|---|
MemberFactory(Member.Group<? extends Member<?>,? extends Member.Group<?,?>> memberGroup)
Constructs a member factory with the specified group object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||