Uses of Class
sky.monome.behavior.StaticBehavior

Packages that use StaticBehavior
sky.monome Main package of SkyMonome library. 
sky.monome.behavior Package of all behaviors. 
 

Uses of StaticBehavior in sky.monome
 

Subclasses of StaticBehavior in sky.monome
static class FrameGroup.PassiveBehavior
          Deprecated. Since SkyMonome v1.1, it is recommended to use the PassiveBehavior class instead of this one.
 

Uses of StaticBehavior in sky.monome.behavior
 

Subclasses of StaticBehavior in sky.monome.behavior
 class AbstractRadio<T extends AbstractRadio.AbstractRadioGroup<?,T>>
          Behavior that creates mutual selections/unselections, like radio fields in a form.
 class LightOnPush
          Behavior that changes the led state accordingly to the button state, in a monostable manner.
 class Member<G extends Member.Group<?,G>>
          Member behavior.
 class OptionalRadio
          Behavior that creates mutual selections/unselections, like radio fields in a form.
 class Pad
          Pad behavior.
 class PassiveBehavior
          Led behavior that does nothing when it is notified and does nothing at the initialization.
 class Radio
          Behavior that creates mutual selections/unselections, like radio fields in a form.
 class SequencerRadio
          Behavior that creates mutual selections/unselections, like radio fields in a form.
 class Toggle
          Toggle behavior.