public interface ProgramRatingIf
Modifier and Type | Method and Description |
---|---|
Icon |
getIcon()
Icon for this interface that is displayed by other plugins
|
Icon |
getIconForProgram(Program p)
Get Icon for the rating.
|
String |
getName()
Name for this interface that is displayed by other plugins
|
int |
getRatingForProgram(Program p)
Returns a rating for this program.
|
boolean |
hasDetailsDialog()
Has this plugin a dialog that displays details about this rating?
|
void |
showDetailsFor(Program p)
shows a detail dialog for a rating
|
String getName()
Icon getIcon()
int getRatingForProgram(Program p)
p
- program to get rating forIcon getIconForProgram(Program p)
p
- program to get icon fornull
if no rating is availableboolean hasDetailsDialog()
true
if the plugin is able to show details of the ratingvoid showDetailsFor(Program p)
p
- show dialog for this programTV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)