|
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.plugin.PluginManagerImpl.RatingFieldRating
public static class PluginManagerImpl.RatingFieldRating
Constructor Summary | |
---|---|
PluginManagerImpl.RatingFieldRating()
|
Method Summary | |
---|---|
javax.swing.Icon |
getIcon()
Icon for this interface that is displayed by other plugins |
javax.swing.Icon |
getIconForProgram(Program program)
Get Icon for the rating. |
java.lang.String |
getName()
Name for this interface that is displayed by other plugins |
int |
getRatingForProgram(Program program)
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginManagerImpl.RatingFieldRating()
Method Detail |
---|
public javax.swing.Icon getIcon()
ProgramRatingIf
getIcon
in interface ProgramRatingIf
public javax.swing.Icon getIconForProgram(Program program)
ProgramRatingIf
getIconForProgram
in interface ProgramRatingIf
program
- program to get icon for
null
if no rating is availablepublic java.lang.String getName()
ProgramRatingIf
getName
in interface ProgramRatingIf
public int getRatingForProgram(Program program)
ProgramRatingIf
getRatingForProgram
in interface ProgramRatingIf
program
- program to get rating for
public boolean hasDetailsDialog()
ProgramRatingIf
hasDetailsDialog
in interface ProgramRatingIf
true
if the plugin is able to show details of the ratingpublic void showDetailsFor(Program p)
ProgramRatingIf
showDetailsFor
in interface ProgramRatingIf
p
- show dialog for this program
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |