object Message extends Enumeration
The message type of a dialog.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Message
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- val Error: Value
- val Info: Value
- val Plain: Value
- val Question: Value
- val Warning: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration