|
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.ChannelUserSettings
public class ChannelUserSettings
The ChannelUserSettings class holds all information of channel properties which can be changed by the user.
Constructor Summary | |
---|---|
ChannelUserSettings()
|
Method Summary | |
---|---|
java.lang.String |
getChannelName()
|
int |
getEndTimeLimit()
Gets the end time limit in minutes of day. |
java.lang.String |
getIconFileName()
|
static ChannelUserSettings |
getSettings(Channel ch)
|
int |
getStartTimeLimit()
Gets the start time limit in minutes of day. |
int |
getTimeZoneCorrectionMinutes()
|
java.lang.String |
getWebPage()
|
boolean |
isTimeLimited()
Gets if the start and end time limit should be used. |
void |
setChannelName(java.lang.String channelName)
|
void |
setEndTimeLimit(int endTimeLimit)
Sets the end time limit to the new value. |
void |
setIconFileName(java.lang.String iconFileName)
|
void |
setStartTimeLimit(int startTimeLimit)
Sets the start time limit to the new value. |
void |
setTimeZoneCorrectionMinutes(int offset)
|
void |
setWebPage(java.lang.String webpage)
|
boolean |
useUserIconFile()
|
void |
useUserIconFile(boolean b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelUserSettings()
Method Detail |
---|
public static ChannelUserSettings getSettings(Channel ch)
public void setTimeZoneCorrectionMinutes(int offset)
public void setChannelName(java.lang.String channelName)
public void setIconFileName(java.lang.String iconFileName)
public void useUserIconFile(boolean b)
public int getTimeZoneCorrectionMinutes()
public java.lang.String getChannelName()
public java.lang.String getIconFileName()
public boolean useUserIconFile()
public java.lang.String getWebPage()
public void setWebPage(java.lang.String webpage)
public int getStartTimeLimit()
public void setStartTimeLimit(int startTimeLimit)
startTimeLimit
- The new value for start time
limit in minutes of day.public int getEndTimeLimit()
public void setEndTimeLimit(int endTimeLimit)
endTimeLimit
- The new value for end time
limit in minutes of day.public boolean isTimeLimited()
True
if the time limit is used,
false
otherwise.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |