|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jpackages.jtray.BalloonType
public abstract class BalloonType
This abstract class defines all balloon message types.
Balloon messages can only be shown on Windows 2000 and Windows XP.
Each balloon type is represented as an int.
Example:
// jTrayIcon is a JTrayIcon instance
jTrayIcon.showBalloonMessage("Title", "Balloon Message", BalloonType.INFO);
Copyright (c) 2001-2008
| Field Summary | |
|---|---|
static int |
ERROR
Displays an error icon in the balloon |
static int |
INFO
Displays an information icon in the balloon |
static int |
NO_ICON
Displays no icon in the balloon |
static int |
WARNING
Displays a warning icon in the balloon |
| Constructor Summary | |
|---|---|
BalloonType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ERROR
Displays an error icon in the balloon
public static final int INFO
Displays an information icon in the balloon
public static final int NO_ICON
Displays no icon in the balloon
public static final int WARNING
Displays a warning icon in the balloon
| Constructor Detail |
|---|
public BalloonType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||