Uses of Class
sky.monome.behavior.SequencerRadio.SequencerRadioGroup

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

Uses of SequencerRadio.SequencerRadioGroup in sky.monome
 

Fields in sky.monome with type parameters of type SequencerRadio.SequencerRadioGroup
protected  SynchronizedList<SequencerRadio.SequencerRadioGroup> SequencerGroup.buttonManagers
          List of button managers that manage each step of this sequencer.
protected  SynchronizedList<SequencerRadio.SequencerRadioGroup> SequencerPageSwitcher.SequencerPage.buttonManagers
          List of button managers that manage each step of the enclosing sequencer.
protected  SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> SequencerGroup.sequenceIterator
          Sequence iterator.
protected  SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> SequencerPageSwitcher.sequenceIterator
          Sequence iterator.
protected  SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> SequencerGroup.sequencerEngine
          Sequencer engine.
protected  SequencerEngine<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> SequencerPageSwitcher.sequencerEngine
          Sequencer engine.
 

Methods in sky.monome that return SequencerRadio.SequencerRadioGroup
 SequencerRadio.SequencerRadioGroup SequencerGroup.getButtonManager(int number)
          Returns the button manager of this sequencer component at the specified step number.
 SequencerRadio.SequencerRadioGroup SequencerPageSwitcher.getButtonManager(int number)
          Deprecated. Since it is more logical to use getButtonManagerForPage(SequencerPage,int) to specify the page on which you want the button manager.
 SequencerRadio.SequencerRadioGroup SequencerPageSwitcher.SequencerPage.getButtonManager(int number)
          Returns the button manager of this sequencer component at the specified step number.
 SequencerRadio.SequencerRadioGroup SequencerPageSwitcher.getButtonManagerForPage(SequencerPageSwitcher.SequencerPage page, int number)
          Returns the button manager of this sequencer page switcher at the specified step number and which is contained by the specified page.
 SequencerRadio.SequencerRadioGroup[] SequencerGroup.getButtonManagers()
          Returns an array of all button managers of this sequencer component.
 SequencerRadio.SequencerRadioGroup[] SequencerPageSwitcher.getButtonManagers()
          Deprecated. Since it is more logical to use getButtonManagersForPage(SequencerPage) to specify the page on which you want button managers.
 SequencerRadio.SequencerRadioGroup[] SequencerPageSwitcher.SequencerPage.getButtonManagers()
          Returns an array of all button managers of this sequencer component.
 SequencerRadio.SequencerRadioGroup[] SequencerPageSwitcher.getButtonManagersForPage(SequencerPageSwitcher.SequencerPage page)
          Returns an array of all button managers of this sequencer page switcher which are contained by the specified page.
 

Methods in sky.monome that return types with arguments of type SequencerRadio.SequencerRadioGroup
 SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> SequencerGroup.getSequenceIterator()
          Returns the sequence iterator used by this sequencer.
 SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> SequencerPageSwitcher.getSequenceIterator()
          Returns the sequence iterator used by this sequencer.
 SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> SequencerGroup.getSequencerEngine()
          Returns the sequencer engine that is used by this sequencer.
 SequencerEngine<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> SequencerPageSwitcher.getSequencerEngine()
          Returns the sequencer engine that is used by this sequencer.
 

Method parameters in sky.monome with type arguments of type SequencerRadio.SequencerRadioGroup
 void SequencerGroup.addSequencerListener(SequencerListener<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Adds the specified sequencer listener to the list of sequencer listeners.
 void SequencerPageSwitcher.SequencerPage.addSequencerListener(SequencerListener<SequencerPageSwitcher.SequencerPage,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Adds the specified sequencer listener to the list of sequencer listeners.
 void SequencerPageSwitcher.addSequencerListener(SequencerListener<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Adds the specified sequencer listener to the list of sequencer listeners.
 void SequencerGroup.removeSequencerListener(SequencerListener<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Removes the specified sequencer listener from the list of sequencer listeners.
 void SequencerPageSwitcher.SequencerPage.removeSequencerListener(SequencerListener<SequencerPageSwitcher.SequencerPage,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Removes the specified sequencer listener from the list of sequencer listeners.
 void SequencerPageSwitcher.removeSequencerListener(SequencerListener<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequencerListener)
          Removes the specified sequencer listener from the list of sequencer listeners.
 void SequencerGroup.sequencingAction(SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Invoked when this sequencer must iterate over the sequence.
 void SequencerPageSwitcher.sequencingAction(SequencerEngine<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Invoked when this sequencer must iterate over the sequence.
 void SequencerGroup.setSequenceIterator(SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Sets the sequence iterator used by this sequencer.
 void SequencerPageSwitcher.setSequenceIterator(SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Sets the sequence iterator used by this sequencer.
 

Constructor parameters in sky.monome with type arguments of type SequencerRadio.SequencerRadioGroup
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator and the specified sequencer engine.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator and the specified sequencer engine.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator factory.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator factory and the specified sequencer engine.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator factory and the specified sequencer engine.
SequencerGroup(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
          Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequencer engine.
SequencerPageSwitcher(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, int pagesNumber, SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerPageSwitcher(java.lang.String name, Container container, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, int pagesNumber, SequenceIteratorFactory<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
          Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor.
SequencerPageSwitcher(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, int pagesNumber, SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIterator)
          Constructs a sequencer page switcher with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified pages number and the specified sequence iterator.
SequencerPageSwitcher(java.lang.String name, int x, int y, int width, int height, Sequencer.SequencerOrientation sequencerOrientation, float tempo, int divisions, int stepsNumber, boolean optional, int pagesNumber, SequenceIteratorFactory<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
          Constructs a sequencer page switcher with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified pages number and the specified sequence iterator factory.
 

Uses of SequencerRadio.SequencerRadioGroup in sky.monome.behavior
 

Constructors in sky.monome.behavior with parameters of type SequencerRadio.SequencerRadioGroup
SequencerRadio(SequencerRadio.SequencerRadioGroup sequencerRadioGroup)
          Constructs a sequencer radio behavior associated to the specified sequencer radio group.