Modifier and Type | Class and Description |
---|---|
static class |
DialogWB.DialogType |
Constructor and Description |
---|
DialogWB() |
Modifier and Type | Method and Description |
---|---|
DialogWB.DialogType |
getDialogType() |
Throwable |
getException() |
String |
getHeader() |
String |
getMessage() |
String |
getTitle() |
void |
setDialogType(DialogWB.DialogType dialogType) |
void |
setException(Throwable exception) |
void |
setHeader(String header) |
void |
setMessage(String message) |
void |
setTitle(String title) |
public DialogWB()
public DialogWB.DialogType getDialogType()
public void setDialogType(DialogWB.DialogType dialogType)
dialogType
- The dialogType to set.public String getMessage()
public void setMessage(String message)
message
- The message to set.public Throwable getException()
public void setException(Throwable exception)
exception
- The exception to set.Copyright © 2011–2016 JRebirth OSS. All rights reserved.