|
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 devplugin.PluginCenterPanelWrapper
public abstract class PluginCenterPanelWrapper
A class that is used to support the adding of panels in the center window of TV-Browser. Create an instance of this interface to use it for your Plugin.
Constructor Summary | |
---|---|
PluginCenterPanelWrapper()
|
Method Summary | |
---|---|
void |
filterSelected(ProgramFilter filter)
Informs this wrapper about a changing of the used program filter of the TV-Browser program table. |
abstract PluginCenterPanel[] |
getCenterPanels()
Gets the PluginCenterPanel that should be available for your Plugin. |
void |
programScrolled(Program prog)
Informs this wrapper about a program scrolling of the TV-Browser program table. |
void |
programSelected(Program prog)
Informs this wrapper about a program selection of the TV-Browser program table. |
void |
scrolledToChannel(Channel channel)
Informs this wrapper about a changing of the selected channel in the TV-Browser program table. |
void |
scrolledToDate(Date date)
Informs this wrapper about a changing of the selected date of the TV-Browser program table. |
void |
scrolledToNow()
Informs this wrapper about a scrolling to now in the TV-Browser program table. |
void |
scrolledToTime(int time)
Informs this wrapper about a changing of the selected time of the TV-Browser program table. |
void |
timeEvent()
Informs this wrapper about a time event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginCenterPanelWrapper()
Method Detail |
---|
public abstract PluginCenterPanel[] getCenterPanels()
PluginCenterPanel
public void programSelected(Program prog)
prog
- The selected program.public void programScrolled(Program prog)
prog
- The program to scroll to.public void filterSelected(ProgramFilter filter)
filter
- The new selected filter.public void scrolledToChannel(Channel channel)
channel
- The new selected channel.public void scrolledToDate(Date date)
date
- The new selected date.minute
- The minute of the date to scroll to.public void scrolledToTime(int time)
time
- The new selected time-public void scrolledToNow()
public void timeEvent()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |