|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
sky.monome | Main package of SkyMonome library. |
sky.monome.behavior | Package of all behaviors. |
sky.monome.frame | Package of all classes relative to frames. |
Uses of Container in sky.monome |
---|
Subclasses of Container in sky.monome | |
---|---|
class |
AbstractGroup<T extends Component>
Skeletton class for all groups. |
class |
AbstractPageSwitcher
Page switcher which can show different pages. |
class |
FrameGroup
Group of leds that shows frames. |
class |
Group
Group of components. |
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. |
Fields in sky.monome declared as Container | |
---|---|
protected Container |
Component.container
Container which contains this component. |
Methods in sky.monome that return Container | |
---|---|
Container |
Component.getContainer()
Returns the container that contains this component. |
Constructors in sky.monome with parameters of type Container | |
---|---|
AbstractGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
|
AbstractPageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
|
Analog(java.lang.String name,
Container container,
int rank)
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. |
|
Component(java.lang.String name,
Container container,
int x,
int y)
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. |
|
Container(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
|
FrameGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
|
FrameGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Frame frame)
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. |
|
Group(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
|
HookAnalog(java.lang.String name,
Container container,
int rank)
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. |
|
LedButtonCouple(java.lang.String name,
Container container,
int x,
int y)
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. |
|
LedButtonCouple(java.lang.String name,
Container container,
int x,
int y,
Behavior behavior)
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. |
|
LedButtonCouple(java.lang.String name,
Container container,
int x,
int y,
BehaviorFactory behaviorFactory)
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. |
|
LedButtonGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
BehaviorFactory behaviorFactory)
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. |
|
LedButtonGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
java.lang.Class<? extends Behavior> behaviorClass,
java.lang.Object... argumentsForBehavior)
Deprecated. Since SkyMonome v1.1, it is preferred to use the LedButtonGroup(String,Container,int,int,int,int,BehaviorFactory) constructor instead of this one. |
|
MultiSequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
java.lang.Class<? extends SequenceIterator<MultiSequencerGroup.SpecificSequencerGroup,OptionalRadio.OptionalRadioGroup>> sequenceIteratorClass)
Deprecated. Since SkyMonome v1.1, it is preferred to use the MultiSequencerGroup(String,Container,int,int,int,int,SequencerOrientation,float,int,SequenceIteratorFactory) constructor instead of this one. |
|
MultiSequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
SequenceIteratorFactory<MultiSequencerGroup.SpecificSequencerGroup,OptionalRadio.OptionalRadioGroup> 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. |
|
PageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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)
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)
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,
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. |
|
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)
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,
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. |
|
StrictPageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height)
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. |
Uses of Container in sky.monome.behavior |
---|
Methods in sky.monome.behavior that return Container | |
---|---|
Container |
Pad.PadGroup.Lure.getContainer()
Returns the container that contains this component. |
Uses of Container in sky.monome.frame |
---|
Fields in sky.monome.frame declared as Container | |
---|---|
protected Container |
AbstractWindow.windowContainer
Container that contains this window. |
Methods in sky.monome.frame with parameters of type Container | |
---|---|
void |
AbstractWindow.setWindowContainer(Container windowContainer)
Modifies the container that contains this window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |