Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.messagebox |
Modifier and Type | Method and Description |
---|---|
static MessageBox.MessageType |
MessageBox.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageBox.MessageType[] |
MessageBox.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageBox.setMessageType(MessageBox.MessageType messageType) |
Constructor and Description |
---|
MessageBox(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String buttonCaption) |
MessageBox(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String[] buttonCaptions) |
MessageBox(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String[] buttonCaptions,
String icon) |
MessageBox(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String buttonCaption,
String icon) |
Constructor and Description |
---|
MessageBoxControl(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String buttonCaption) |
MessageBoxControl(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String[] buttonCaptions) |
MessageBoxControl(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String[] buttonCaptions,
String icon) |
MessageBoxControl(Nifty nifty,
MessageBox.MessageType messageType,
String message,
String buttonCaption,
String icon) |
Copyright © 2013. All Rights Reserved.