public static enum QSystemTrayIcon.MessageIcon extends Enum<QSystemTrayIcon.MessageIcon>
Enum Constant and Description |
---|
Critical |
Information |
NoIcon |
Warning |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
QSystemTrayIcon.MessageIcon |
intern() |
String |
toString() |
static QSystemTrayIcon.MessageIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QSystemTrayIcon.MessageIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QSystemTrayIcon.MessageIcon NoIcon
public static final QSystemTrayIcon.MessageIcon Information
public static final QSystemTrayIcon.MessageIcon Warning
public static final QSystemTrayIcon.MessageIcon Critical
public static QSystemTrayIcon.MessageIcon[] values()
for (QSystemTrayIcon.MessageIcon c : QSystemTrayIcon.MessageIcon.values()) System.out.println(c);
public static QSystemTrayIcon.MessageIcon valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic QSystemTrayIcon.MessageIcon intern()
public String toString()
toString
in class Enum<QSystemTrayIcon.MessageIcon>
Copyright © 2020. All rights reserved.