|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.borg.ui.popup.ReminderManager
net.sf.borg.ui.popup.ReminderPopupManager
public class ReminderPopupManager
Manages the lifecycle of Reminder Popup windows.
| Field Summary |
|---|
| Fields inherited from class net.sf.borg.ui.popup.ReminderManager |
|---|
doPopupChk, singleton |
| Method Summary | |
|---|---|
void |
addToUI(ReminderInstance instance)
show a reminder |
static ReminderManager |
getReference()
Gets the singleton. |
void |
hideAll()
Hide all popup windows |
void |
periodicUpdate()
update any visible reminders as needed - i.e. |
void |
refresh()
refresh the popup states depending on the state of the appointment model. |
void |
remove()
stop the timer and remove all popups |
void |
showAll()
show all popups in the list |
| Methods inherited from class net.sf.borg.ui.popup.ReminderManager |
|---|
getReminderManager, shouldShowUntimedTodosNow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ReminderManager getReference()
public void remove()
remove in class ReminderManagerpublic void refresh()
ReminderManager
refresh in interface Model.Listenerrefresh in class ReminderManagerpublic void showAll()
showAll in class ReminderManagerpublic void hideAll()
hideAll in class ReminderManagerpublic void addToUI(ReminderInstance instance)
ReminderManager
addToUI in class ReminderManagerinstance - the reminder instancepublic void periodicUpdate()
ReminderManager
periodicUpdate in class ReminderManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||