Uses of Class
sky.monome.Component

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

Uses of Component in sky.monome
 

Classes in sky.monome with type parameters of type Component
 class AbstractGroup<T extends Component>
          Skeletton class for all groups.
 

Subclasses of Component in sky.monome
 class AbstractGroup<T extends Component>
          Skeletton class for all groups.
 class AbstractPageSwitcher
          Page switcher which can show different pages.
 class Analog
          Analog input soldered into the Monome device.
 class Container
          Monome container.
 class FrameGroup
          Group of leds that shows frames.
 class Group
          Group of components.
 class HookAnalog
          Warning, this class has not been tested !
 class LedButtonCouple
          Couple of a led and a button on the Monome device.
 class LedButtonGroup
          Group that contains exclusively led/button couples.
 class Monome
          Logical Monome device.
 class MultiSequencerGroup
          Group of parallel sequencers.
 class MultiSequencerGroup.SpecificSequencerGroup
          Specific sequencer group.
 class Page
          Page of components to be added in a page switcher.
 class PageSwitcher
          Page switcher that is capable to show no page if you want.
 class SequencerGroup
          Sequencer group.
 class SequencerPageSwitcher
          Single sequencer which works with multiple pages.
 class SequencerPageSwitcher.SequencerPage
          Page of sequencer.
 class StrictPageSwitcher
          Page switcher that needs to show permanently a page, even at the beginning (the first page need to be added immediately after creation of this strict page switcher.
 

Methods in sky.monome that return Component
 Component[] Group.getComponents()
          Returns an array of contained components.
 

Methods in sky.monome with parameters of type Component
 void Group.addComponent(Component component)
          Adds the specified component to the list of contained components.
 void Group.removeComponent(Component component)
          Removes the specified component from the list of contained components.
 

Uses of Component in sky.monome.behavior
 

Subclasses of Component in sky.monome.behavior
protected  class Pad.PadGroup.Lure
          Virtual led/button couple internally associated with the common behavior of the pad group.