public class MessageType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MessageType |
ERROR |
static MessageType |
INFO |
static MessageType |
WARNING |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBorderColor() |
javax.swing.Icon |
getDefaultIcon() |
java.awt.Color |
getPopupBackground() |
java.awt.Color |
getTitleForeground() |
NotificationType |
toNotificationType() |
public static final MessageType ERROR
public static final MessageType INFO
public static final MessageType WARNING
public javax.swing.Icon getDefaultIcon()
public java.awt.Color getPopupBackground()
public java.awt.Color getTitleForeground()
public java.awt.Color getBorderColor()
public NotificationType toNotificationType()