net.java.sip.communicator.impl.osdependent
Class TrayIcon
java.lang.Object
net.java.sip.communicator.impl.osdependent.TrayIcon
public class TrayIcon
- extends Object
- Author:
- Lubomir Marinov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR_MESSAGE_TYPE
public static final int ERROR_MESSAGE_TYPE
- See Also:
- Constant Field Values
INFO_MESSAGE_TYPE
public static final int INFO_MESSAGE_TYPE
- See Also:
- Constant Field Values
NONE_MESSAGE_TYPE
public static final int NONE_MESSAGE_TYPE
- See Also:
- Constant Field Values
WARNING_MESSAGE_TYPE
public static final int WARNING_MESSAGE_TYPE
- See Also:
- Constant Field Values
TrayIcon
public TrayIcon(ImageIcon icon,
String tooltip,
Object popup)
throws IllegalArgumentException,
UnsupportedOperationException,
HeadlessException,
SecurityException
- Throws:
IllegalArgumentException
UnsupportedOperationException
HeadlessException
SecurityException
addActionListener
public void addActionListener(ActionListener listener)
addBalloonActionListener
public void addBalloonActionListener(ActionListener listener)
displayMessage
public void displayMessage(String caption,
String text,
int messageType)
throws NullPointerException
- Throws:
NullPointerException
getPeer
TrayIcon.TrayIconPeer getPeer()
setIcon
public void setIcon(ImageIcon icon)
throws NullPointerException
- Throws:
NullPointerException
setIconAutoSize
public void setIconAutoSize(boolean autoSize)
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.