|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.behavior.StaticBehavior sky.monome.behavior.Member<G>
G
- Type of group associated to this type of member.public abstract class Member<G extends Member.Group<?,G>>
Member behavior. With this type of behavior, grouped led/button couples can work together.
By example, it is possible to make radio buttons, or synchronized leds.
Each member can be included into a group represented by the Group
class.
Nested Class Summary | |
---|---|
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. |
Field Summary | |
---|---|
protected G |
group
Associated group. |
Fields inherited from class sky.monome.behavior.StaticBehavior |
---|
ledButtonCouple |
Constructor Summary | |
---|---|
protected |
Member(G group)
Constructs a member that is associated to the specified group. |
Method Summary | |
---|---|
G |
getGroup()
Returns the group associated to this member behavior. |
Methods inherited from class sky.monome.behavior.StaticBehavior |
---|
getLedButtonCouple, setLedButtonCouple |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sky.monome.behavior.Behavior |
---|
init, notify |
Field Detail |
---|
protected final G extends Member.Group<?,G> group
Constructor Detail |
---|
protected Member(G group)
group
- Group that will be associated to this member behavior.Method Detail |
---|
public G getGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |