public class ChannelGroupManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
checkForAvailableGroupsAndChannels(ProgressMonitor monitor)
Refresh the list of available groups and refresh the lists of available
channels
|
ChannelGroup[] |
getAvailableGroups() |
ChannelGroup[] |
getAvailableGroups(AbstractTvDataServiceProxy proxy)
Returns all Groups for a TvDataServiceProxy
|
static ChannelGroupManager |
getInstance() |
TvDataServiceProxy |
getTvDataService(ChannelGroup group) |
ChannelGroup[] |
getUsedGroups(AbstractTvDataServiceProxy proxy)
Return the groups which are needed for TV-Browser start.
|
public static ChannelGroupManager getInstance()
public TvDataServiceProxy getTvDataService(ChannelGroup group)
public void checkForAvailableGroupsAndChannels(ProgressMonitor monitor)
monitor
- Progress monitor that shows the current status of the refreshpublic ChannelGroup[] getAvailableGroups()
public ChannelGroup[] getAvailableGroups(AbstractTvDataServiceProxy proxy)
proxy
- get Groups for this TvDataServicepublic ChannelGroup[] getUsedGroups(AbstractTvDataServiceProxy proxy)
proxy
- The TvDataService to get the groups from.TV-Browser 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)