cz.vity.freerapid.swing
Class TrayIconSupport

java.lang.Object
  extended by cz.vity.freerapid.swing.TrayIconSupport
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class TrayIconSupport
extends Object
implements PropertyChangeListener

Author:
Vity

Constructor Summary
TrayIconSupport()
           
 
Method Summary
 void disable()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setImage(Image iconImage)
           
 void setToolTip(String toolTip)
           
 void setVisible(boolean visible)
           
 void setVisibleByDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrayIconSupport

public TrayIconSupport()
Method Detail

setVisible

public void setVisible(boolean visible)

setVisibleByDefault

public void setVisibleByDefault()

disable

public void disable()

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

setToolTip

public void setToolTip(String toolTip)

setImage

public void setImage(Image iconImage)