- java.lang.Object
-
- devplugin.Channel
-
- tvbrowser.core.DummyChannel
-
-
Field Summary
-
Fields inherited from class devplugin.Channel
CATEGORY_CINEMA, CATEGORY_DIGITAL, CATEGORY_EVENTS, CATEGORY_NONE, CATEGORY_PAY_TV, CATEGORY_PAYED_DATA_TV, CATEGORY_RADIO, CATEGORY_SPECIAL_MUSIC, CATEGORY_SPECIAL_NEWS, CATEGORY_SPECIAL_OTHER, CATEGORY_SPECIAL_SPORT, CATEGORY_TV, SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description DummyChannel(java.lang.String dataServiceId, java.lang.String groupId, java.lang.String country, java.lang.String channelId, java.lang.String channelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TvDataServiceProxy
getDataServiceProxy()
Gets the data service proxy of this channeljavax.swing.Icon
getIcon()
Always return question mark icon.java.lang.String
getName()
Return name with (N/A)java.lang.String
getWebpage()
Always return default web page.void
setOriginal(Channel ch)
-
Methods inherited from class devplugin.Channel
compareTo, equals, getAllCountries, getBaseChannel, getBaseCountry, getCategories, getChannel, getChannelForChannel, getCopyrightNotice, getCountriesString, getCountry, getDataServiceId, getDataServicePackageName, getDefaultIcon, getDefaultName, getDefaultWebPage, getEndTimeLimit, getGroup, getId, getJointChannel, getJointChannelIcon, getJointChannelName, getLocalizedCategory, getSharedChannelId, getSortNumber, getStartTimeLimit, getTimeZone, getTimeZoneCorrectionMinutes, getUnescapedName, getUniqueId, getUserBackgroundColor, getUserChannelName, getUserIconFileName, getUserWebPage, hashCode, hasIcon, isAccessControl, isTimeLimited, isUsingUserBackgroundColor, isUsingUserIcon, readData, readData, setChannelCopyrightNotice, setChannelName, setChannelWebpage, setDefaultIcon, setEndTimeLimit, setIcon, setJointChannel, setSortNumber, setStartTimeLimit, setTimeZoneCorrectionMinutes, setUserBackgroundColor, setUserChannelName, setUserIconFileName, setUserWebPage, toString, useUserIcon, writeData, writeToDataFile
-
-
-
-
Method Detail
-
getIcon
public javax.swing.Icon getIcon()
Always return question mark icon.
-
getName
public java.lang.String getName()
Return name with (N/A)
-
getWebpage
public java.lang.String getWebpage()
Always return default web page.- Overrides:
getWebpage
in classChannel
- Returns:
- The webpage for this channel.
-
setOriginal
public void setOriginal(Channel ch)
-
getDataServiceProxy
public TvDataServiceProxy getDataServiceProxy()
Description copied from class:Channel
Gets the data service proxy of this channel- Overrides:
getDataServiceProxy
in classChannel
- Returns:
- The data service proxy of this channel
-
-