public class MessageDialogUtilities extends Object
| Constructor and Description |
|---|
MessageDialogUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static MessageDialogLauncher |
setTitle(String text) |
static IDialogResult |
show(Window owner,
net.anwiba.commons.message.IMessage message) |
static IDialogResult |
show(Window owner,
String title,
net.anwiba.commons.message.IMessage message) |
static IDialogResult |
show(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
DialogType dialogType) |
static IDialogResult |
showUnsupportedOperationDialog(Window owner) |
public static final IDialogResult show(Window owner, net.anwiba.commons.message.IMessage message)
public static final IDialogResult show(Window owner, String title, net.anwiba.commons.message.IMessage message)
public static IDialogResult show(Window owner, String title, net.anwiba.commons.message.IMessage message, DialogType dialogType)
public static IDialogResult showUnsupportedOperationDialog(Window owner)
public static MessageDialogLauncher setTitle(String text)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.