Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.osdependent
Interface TrayIcon.TrayIconPeer

All Known Implementing Classes:
TrayIcon.AWTTrayIconPeer, TrayIcon.JdicTrayIconPeer
Enclosing class:
TrayIcon

static interface TrayIcon.TrayIconPeer


Method Summary
 void addActionListener(ActionListener listener)
           
 void addBalloonActionListener(ActionListener listener)
           
 void displayMessage(String caption, String text, int messageType)
           
 void setIcon(ImageIcon icon)
           
 void setIconAutoSize(boolean autoSize)
           
 

Method Detail

addActionListener

void addActionListener(ActionListener listener)

addBalloonActionListener

void addBalloonActionListener(ActionListener listener)

displayMessage

void displayMessage(String caption,
                    String text,
                    int messageType)
                    throws NullPointerException
Throws:
NullPointerException

setIcon

void setIcon(ImageIcon icon)
             throws NullPointerException
Throws:
NullPointerException

setIconAutoSize

void setIconAutoSize(boolean autoSize)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.