|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.notify.NonWindowsNotifyUser
This class handles user notification for non-Windows platform. It currently does nothing in response to user notification events.
Constructor Summary | |
NonWindowsNotifyUser()
|
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 imageFile)
Updates the user notification image file |
void |
updateNotify(java.lang.String imageFile,
java.lang.String desc)
Updates the user notification image file and description, |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NonWindowsNotifyUser()
Method Detail |
public void addNotify()
NotifyUser
addNotify
in interface NotifyUser
public void removeNotify()
NotifyUser
removeNotify
in interface NotifyUser
public void hideNotify()
NotifyUser
hideNotify
in interface NotifyUser
public void updateNotify(java.lang.String imageFile, java.lang.String desc)
NotifyUser
updateNotify
in interface NotifyUser
imageFile
- the name of the image file to update to, relative
to the current directory, as in "LimeWire.ico"desc
- the description to usepublic void updateImage(java.lang.String imageFile)
NotifyUser
updateImage
in interface NotifyUser
imageFile
- the name of the image file to update to, relative
to the current directory, as in "LimeWire.ico"public void updateDesc(java.lang.String desc)
NotifyUser
updateDesc
in interface NotifyUser
desc
- the description to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |