|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface the outlines the basic functionality of any native desktop notification mechanism, such as the "system tray" on Windows.
Method Summary | |
void |
addNotify()
Adds the notification gui object to the desktop. |
void |
hideNotify()
Hides the user notification mechanism. |
void |
removeNotify()
Removes the notification gui object from the desktop. |
void |
updateDesc(java.lang.String desc)
Updates the user notification description, |
void |
updateImage(java.lang.String imageFileName)
Updates the user notification image file |
void |
updateNotify(java.lang.String imageFileName,
java.lang.String desc)
Updates the user notification image file and description, |
Method Detail |
public void addNotify()
public void removeNotify()
public void updateNotify(java.lang.String imageFileName, java.lang.String desc)
imageFileName
- the name of the image file to update to, relative
to the current directory, as in "LimeWire.ico"desc
- the description to usepublic void updateDesc(java.lang.String desc)
desc
- the description to usepublic void updateImage(java.lang.String imageFileName)
imageFileName
- the name of the image file to update to, relative
to the current directory, as in "LimeWire.ico"public void hideNotify()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |