net.sourceforge.atunes.kernel.handlers
Class SystemTrayHandler

java.lang.Object
  extended by net.sourceforge.atunes.kernel.handlers.SystemTrayHandler

public class SystemTrayHandler
extends java.lang.Object

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

getInstance

public static SystemTrayHandler getInstance()
Gets the single instance of SystemTrayHandler.

Returns:
single instance of SystemTrayHandler

finish

public void finish()
Finish.


initTrayIcon

public void initTrayIcon()
Inits the tray icon.


initTrayPlayerIcons

public void initTrayPlayerIcons()
Inits the tray player icons.


setMute

public void setMute(boolean value)
Sets the mute.

Parameters:
value - the new mute

setPlaying

public void setPlaying(boolean playing)
Sets the playing.

Parameters:
playing - the new playing

setRepeat

public void setRepeat(boolean value)
Sets the repeat.

Parameters:
value - the new repeat

setShowOSD

public void setShowOSD(boolean value)
Sets the show osd.

Parameters:
value - the new show osd

setShuffle

public void setShuffle(boolean value)
Sets the shuffle.

Parameters:
value - the new shuffle

setTrayIconVisible

public void setTrayIconVisible(boolean visible)
Sets the tray icon visible.

Parameters:
visible - the new tray icon visible

setTrayPlayerVisible

public void setTrayPlayerVisible(boolean visible)
Sets the tray player visible.

Parameters:
visible - the new tray player visible

setTrayToolTip

public void setTrayToolTip(java.lang.String msg)
Sets the tray tool tip.

Parameters:
msg - the new tray tool tip


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.