public class DreamboxDataService extends AbstractTvDataService
Constructor and Description |
---|
DreamboxDataService() |
Modifier and Type | Method and Description |
---|---|
ChannelGroup[] |
checkForAvailableChannelGroups(ProgressMonitor monitor) |
Channel[] |
checkForAvailableChannels(ChannelGroup group,
ProgressMonitor monitor)
Some TvDataServices may need to connect to the internet to know their
channels.
|
Channel[] |
getAvailableChannels(ChannelGroup group)
Gets the list of the channels that are available for the given channel group.
|
ChannelGroup[] |
getAvailableGroups() |
ArrayList<Channel> |
getChannels() |
PluginInfo |
getInfo()
Gets information about this TvDataService
|
TreeMap<String,String> |
getServiceData(String service) |
TreeMap<String,String> |
getServiceDataBonquets(String service) |
SettingsPanel |
getSettingsPanel() |
static Version |
getVersion() |
boolean |
hasSettingsPanel()
A TvDataService can have a settings panel within the settings dialog.
|
void |
loadSettings(Properties settings)
Called by the host-application during start-up.
|
void |
setWorkingDirectory(File dataDir)
This method is called by the host application to set the working folder.
|
Properties |
storeSettings()
Called by the host-application during shut-down.
|
boolean |
supportsDynamicChannelGroups() |
boolean |
supportsDynamicChannelList() |
void |
updateTvData(TvDataUpdateManager updateManager,
Channel[] channelArr,
Date startDate,
int dateCount,
ProgressMonitor monitor)
Updates the TV listings provided by this data service.
|
checkForAvailableChannels, getAPIVersion, getAvailableChannels, getButtonAction, getButtonActionDescription, getContextMenuActions, getId, getParentFrame, getPluginManager, handleTvBrowserStartFinished, setParent, setPluginManager, supportsAutoUpdate
public void setWorkingDirectory(File dataDir)
TvDataService
public ChannelGroup[] getAvailableGroups()
public void updateTvData(TvDataUpdateManager updateManager, Channel[] channelArr, Date startDate, int dateCount, ProgressMonitor monitor) throws TvBrowserException
TvDataService
TvBrowserException
public void loadSettings(Properties settings)
TvDataService
public Properties storeSettings()
TvDataService
public boolean hasSettingsPanel()
TvDataService
public SettingsPanel getSettingsPanel()
public Channel[] getAvailableChannels(ChannelGroup group)
TvDataService
public Channel[] checkForAvailableChannels(ChannelGroup group, ProgressMonitor monitor) throws TvBrowserException
TvDataService
TvBrowserException
public ChannelGroup[] checkForAvailableChannelGroups(ProgressMonitor monitor) throws TvBrowserException
TvBrowserException
public boolean supportsDynamicChannelList()
public boolean supportsDynamicChannelGroups()
public static Version getVersion()
public PluginInfo getInfo()
TvDataService
public TreeMap<String,String> getServiceDataBonquets(String service)
service
- Service-IDTV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)