public class MsgBoxController
extends java.lang.Object
implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
MsgBoxResponse |
response |
| Constructor and Description |
|---|
MsgBoxController() |
| Modifier and Type | Method and Description |
|---|---|
void |
config(MsgBoxType type) |
MsgBoxResponse |
getResponse() |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
void |
setDetails(java.lang.String details) |
void |
setMasthead(java.lang.String masthead) |
void |
setMessage(java.lang.String message) |
void |
setTitle(java.lang.String title) |
public MsgBoxResponse response
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void config(MsgBoxType type)
public void setMessage(java.lang.String message)
public void setTitle(java.lang.String title)
public void setMasthead(java.lang.String masthead)
public void setDetails(java.lang.String details)
public MsgBoxResponse getResponse()