Uses of Class
uk.org.ury.show.item.ShowItem

Packages that use ShowItem
uk.org.ury.show   
 

Uses of ShowItem in uk.org.ury.show
 

Methods in uk.org.ury.show that return ShowItem
 ShowItem ShowChannel.get(int index)
          Retrieves an item from the channel.
 

Methods in uk.org.ury.show that return types with arguments of type ShowItem
static java.util.List<ShowItem> ShowUtils.getChannelList(DatabaseDriver db, int showID, int channel)
          Given a show and a channel, retrieve a list of all show items bound to that channel for the show.
 

Methods in uk.org.ury.show with parameters of type ShowItem
 void ShowChannel.add(int index, ShowItem item)
          Adds a new item to the channel.
 void ShowChannel.add(ShowItem item)
          Adds a new item to the end of the channel.