public abstract class PluginCenterPanelWrapper
extends java.lang.Object
Constructor and Description |
---|
PluginCenterPanelWrapper() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)