dsto.dfc.util.win32
Class TaskBar.TrayIcon

java.lang.Object
  extended by dsto.dfc.util.win32.TaskBar.TrayIcon
Enclosing class:
TaskBar

public static final class TaskBar.TrayIcon
extends Object

Represents an icon added to the tray.

See Also:
TaskBar.addTrayIcon(dsto.dfc.util.win32.Win32Icon, java.lang.String)

Field Summary
protected  Win32Icon icon
           
protected  TrayIconListener listener
           
protected  String tooltip
           
protected  int uid
           
 
Constructor Summary
protected TaskBar.TrayIcon(Win32Icon icon, String tooltip, TrayIconListener listener)
           
 
Method Summary
 Win32Icon getIcon()
           
 void setIcon(Win32Icon newIcon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

icon

protected Win32Icon icon

tooltip

protected String tooltip

uid

protected int uid

listener

protected TrayIconListener listener
Constructor Detail

TaskBar.TrayIcon

protected TaskBar.TrayIcon(Win32Icon icon,
                           String tooltip,
                           TrayIconListener listener)
Method Detail

getIcon

public Win32Icon getIcon()

setIcon

public void setIcon(Win32Icon newIcon)


Copyright © 2008 Commonwealth of Australia