|
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.extras.reminderplugin.ReminderListItem
public class ReminderListItem
A class that contains the program for which a reminder should be shown at some time.
Field Summary | |
---|---|
static int |
MAX_FORWARD_REMINDER_TIME
|
static Localizer |
mLocalizer
The localizer for this class. |
static ReminderListItem |
SEPARATOR_ITEM
|
Constructor Summary | |
---|---|
ReminderListItem(Program prog,
int minutes)
Creates an instance of this class. |
|
ReminderListItem(ProgramItem item)
Creates an instance of this class. |
|
ReminderListItem(Program prog,
ReminderContent reminderContent)
|
Method Summary | |
---|---|
void |
changeComment(java.awt.Frame parentFrame)
|
int |
compareTo(ReminderListItem other)
|
void |
decReferenceCount()
Decrease the number of set reminders of this item about 1. |
java.lang.String |
getComment()
Gets the reminder comment of this list item. |
int |
getMinutes()
Gets the reminder minutes of this list item. |
Program |
getProgram()
Gets the program of this list item. |
ProgramItem |
getProgramItem()
Gets the program item of this list item. |
int |
getReferenceCount()
Gets the number of set reminders of this item. |
void |
incReferenceCount()
Increase the number of set reminders of this item about 1. |
void |
setComment(java.lang.String comment)
Sets the comment of this list item. |
void |
setMinutes(int minutes)
Sets the minutes of this list item. |
void |
setReferenceCount(int refCnt)
Sets the number of reminders set for this item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_FORWARD_REMINDER_TIME
public static final Localizer mLocalizer
public static final ReminderListItem SEPARATOR_ITEM
Constructor Detail |
---|
public ReminderListItem(ProgramItem item)
item
- The item for this list item.public ReminderListItem(Program prog, int minutes)
prog
- The program for this item.minutes
- The reminder time for this item.public ReminderListItem(Program prog, ReminderContent reminderContent)
Method Detail |
---|
public void setReferenceCount(int refCnt)
refCnt
- The number of reminders for this item.public ProgramItem getProgramItem()
public int getReferenceCount()
public void incReferenceCount()
public void decReferenceCount()
public int getMinutes()
public void setMinutes(int minutes)
minutes
- The minutes of this list item.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- The comment of this list item.public Program getProgram()
public int compareTo(ReminderListItem other)
compareTo
in interface java.lang.Comparable<ReminderListItem>
public void changeComment(java.awt.Frame parentFrame)
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |