public interface TvDataService extends ContextMenuIf, ButtonActionIf
Modifier and Type | Method and Description |
---|---|
ChannelGroup[] |
checkForAvailableChannelGroups(ProgressMonitor monitor)
Deprecated.
|
Channel[] |
checkForAvailableChannels(ChannelGroup group,
ProgressMonitor monitor)
Deprecated.
Some TvDataServices may need to connect to the internet to know their
channels.
|
Channel[] |
getAvailableChannels(ChannelGroup group)
Deprecated.
Gets the list of the channels that are available for the given channel group.
|
ChannelGroup[] |
getAvailableGroups()
Deprecated.
|
PluginInfo |
getInfo()
Deprecated.
Gets information about this TvDataService
|
SettingsPanel |
getSettingsPanel()
Deprecated.
|
boolean |
hasSettingsPanel()
Deprecated.
A TvDataService can have a settings panel within the settings dialog.
|
void |
loadSettings(Properties settings)
Deprecated.
Called by the host-application during start-up.
|
void |
setWorkingDirectory(File dataDir)
Deprecated.
This method is called by the host application to set the working folder.
|
Properties |
storeSettings()
Deprecated.
Called by the host-application during shut-down.
|
boolean |
supportsAutoUpdate()
Deprecated.
Gets if the data service supports auto upate of data.
|
boolean |
supportsDynamicChannelGroups()
Deprecated.
|
boolean |
supportsDynamicChannelList()
Deprecated.
|
void |
updateTvData(TvDataUpdateManager updateManager,
Channel[] channelArr,
Date startDate,
int dateCount,
ProgressMonitor monitor)
Deprecated.
Updates the TV listings provided by this data service.
|
getContextMenuActions, getId
getButtonAction, getButtonActionDescription, getId
void setWorkingDirectory(File dataDir)
dataDir
- ChannelGroup[] getAvailableGroups()
void updateTvData(TvDataUpdateManager updateManager, Channel[] channelArr, Date startDate, int dateCount, ProgressMonitor monitor) throws TvBrowserException
TvBrowserException
void loadSettings(Properties settings)
Properties storeSettings()
boolean hasSettingsPanel()
SettingsPanel getSettingsPanel()
Channel[] getAvailableChannels(ChannelGroup group)
Channel[] checkForAvailableChannels(ChannelGroup group, ProgressMonitor monitor) throws TvBrowserException
group
- monitor
- TvBrowserException
ChannelGroup[] checkForAvailableChannelGroups(ProgressMonitor monitor) throws TvBrowserException
TvBrowserException
boolean supportsDynamicChannelList()
boolean supportsDynamicChannelGroups()
PluginInfo getInfo()
boolean supportsAutoUpdate()
True
if the data service supports the auto update,
false
otherwise.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)