Uses of Class
com.webhiker.dreambox.api.bouquet.Channel

Packages that use Channel
com.webhiker.dreambox.api   
com.webhiker.dreambox.api.bouquet   
 

Uses of Channel in com.webhiker.dreambox.api
 

Methods in com.webhiker.dreambox.api with parameters of type Channel
 void DreamboxAPI.selectChannel(Channel channel)
          Change to the specified channel.
 

Uses of Channel in com.webhiker.dreambox.api.bouquet
 

Methods in com.webhiker.dreambox.api.bouquet that return types with arguments of type Channel
 java.util.List<Channel> Bouquet.getChannels()
          Gets the channels.
static java.util.List<Channel> Channel.setChannels(java.lang.String body, int index)
          Sets the channels.
 

Method parameters in com.webhiker.dreambox.api.bouquet with type arguments of type Channel
 void Bouquet.setChannels(java.util.List<Channel> c)
          Sets the channels.