|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.core.tvdataservice.ChannelGroupManager
public class ChannelGroupManager
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 TvDataService
public ChannelGroup[] getUsedGroups(AbstractTvDataServiceProxy proxy)
proxy
- The TvDataService to get the groups from.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |