|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReminderInstance | |
|---|---|
| net.sf.borg.ui.popup | Contains the classes that produce and manage the Reminder Popup Windows |
| Uses of ReminderInstance in net.sf.borg.ui.popup |
|---|
| Subclasses of ReminderInstance in net.sf.borg.ui.popup | |
|---|---|
class |
ApptReminderInstance
holds an instance of a reminder message. |
class |
BirthdayReminderInstance
holds reminders based on birthdays in the address book |
class |
ProjectReminderInstance
A Reminder Instance class that holds a Project |
class |
SubtaskReminderInstance
A Reminder Instance class that holds a Task |
class |
TaskReminderInstance
A Reminder Instance class that holds a Task |
| Methods in net.sf.borg.ui.popup that return ReminderInstance | |
|---|---|
ReminderInstance |
ReminderPopup.getReminderInstance()
|
| Methods in net.sf.borg.ui.popup that return types with arguments of type ReminderInstance | |
|---|---|
List<ReminderInstance> |
ReminderListManager.getReminders()
get the list of reminder instances |
| Methods in net.sf.borg.ui.popup with parameters of type ReminderInstance | |
|---|---|
void |
ReminderListManager.addToUI(ReminderInstance instance)
|
abstract void |
ReminderManager.addToUI(ReminderInstance instance)
show a reminder |
void |
ReminderPopupManager.addToUI(ReminderInstance instance)
|
| Constructors in net.sf.borg.ui.popup with parameters of type ReminderInstance | |
|---|---|
ReminderPopup(ReminderInstance inst)
Instantiates a new reminder popup for an appointment |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||