|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.handlers.SystemTrayHandler
public class SystemTrayHandler
The Class SystemTrayHandler.
Method Summary | |
---|---|
void |
finish()
Finish. |
static SystemTrayHandler |
getInstance()
Gets the single instance of SystemTrayHandler. |
void |
initTrayIcon()
Inits the tray icon. |
void |
initTrayPlayerIcons()
Inits the tray player icons. |
void |
setMute(boolean value)
Sets the mute. |
void |
setPlaying(boolean playing)
Sets the playing. |
void |
setRepeat(boolean value)
Sets the repeat. |
void |
setShowOSD(boolean value)
Sets the show osd. |
void |
setShuffle(boolean value)
Sets the shuffle. |
void |
setTrayIconVisible(boolean visible)
Sets the tray icon visible. |
void |
setTrayPlayerVisible(boolean visible)
Sets the tray player visible. |
void |
setTrayToolTip(java.lang.String msg)
Sets the tray tool tip. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SystemTrayHandler getInstance()
public void finish()
public void initTrayIcon()
public void initTrayPlayerIcons()
public void setMute(boolean value)
value
- the new mutepublic void setPlaying(boolean playing)
playing
- the new playingpublic void setRepeat(boolean value)
value
- the new repeatpublic void setShowOSD(boolean value)
value
- the new show osdpublic void setShuffle(boolean value)
value
- the new shufflepublic void setTrayIconVisible(boolean visible)
visible
- the new tray icon visiblepublic void setTrayPlayerVisible(boolean visible)
visible
- the new tray player visiblepublic void setTrayToolTip(java.lang.String msg)
msg
- the new tray tool tip
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |