| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Field and Description |
|---|---|
static BStandardDialog.Style |
BStandardDialog.ERROR |
static BStandardDialog.Style |
BStandardDialog.INFORMATION |
static BStandardDialog.Style |
BStandardDialog.PLAIN |
static BStandardDialog.Style |
BStandardDialog.QUESTION |
static BStandardDialog.Style |
BStandardDialog.WARNING |
| Modifier and Type | Method and Description |
|---|---|
BStandardDialog.Style |
BStandardDialog.getStyle()
Get the style of the dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BStandardDialog.setStyle(BStandardDialog.Style style)
Set the style of the dialog.
|
| Constructor and Description |
|---|
BStandardDialog(java.lang.String title,
java.lang.Object message,
BStandardDialog.Style style)
Create a new BStandardDialog.
|
Written by Peter Eastman.