|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.notify.NotifyUserProxy
This class acts as a proxy for a platform-specific user notification class.
Method Summary | |
void |
addNotify()
Adds the notification gui object to the desktop. |
void |
hideNotify()
Hides the user notification mechanism. |
static NotifyUserProxy |
instance()
Instance accessor method for the single object of this class, following the singleton pattern. |
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, |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NotifyUserProxy instance()
public void addNotify()
NotifyUser
addNotify
in interface NotifyUser
public void removeNotify()
NotifyUser
removeNotify
in interface NotifyUser
public void updateNotify(java.lang.String imageFileName, java.lang.String desc)
NotifyUser
updateNotify
in interface NotifyUser
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)
NotifyUser
updateDesc
in interface NotifyUser
desc
- the description to usepublic void updateImage(java.lang.String imageFileName)
NotifyUser
updateImage
in interface NotifyUser
imageFileName
- the name of the image file to update to, relative
to the current directory, as in "LimeWire.ico"public void hideNotify()
NotifyUser
hideNotify
in interface NotifyUser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |