| Package | Description |
|---|---|
| net.anwiba.commons.swing.dialog | |
| net.anwiba.commons.swing.dialog.wizard | |
| net.anwiba.commons.swing.utilities |
| Modifier and Type | Class and Description |
|---|---|
class |
DialogResult |
| Modifier and Type | Method and Description |
|---|---|
IDialogResult |
AbstractDialog.getResult() |
IDialogResult |
ConfigurableDialogToValueDialogAdapter.getResult() |
IDialogResult |
IValueDialog.getResult() |
IDialogResult |
ConfigurableDialogLauncher.launch(Component component) |
IDialogResult |
MessageDialogLauncher.launch(Component component) |
IDialogResult |
ConfigurableDialogLauncher.launch(Window owner) |
IDialogResult |
MessageDialogLauncher.launch(Window owner) |
| Modifier and Type | Method and Description |
|---|---|
Action |
IAdditionalActionFactory.create(net.anwiba.commons.model.IObjectModel<IDialogResult> dialogResultModel,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel,
net.anwiba.commons.lang.functional.IBlock<RuntimeException> dialogCloser) |
protected Action[] |
AbstractDialog.getActions(DialogType dialogType,
net.anwiba.commons.model.IObjectModel<IDialogResult> resultModel,
List<IAdditionalActionFactory> additionalActionFactories) |
protected Action[] |
ConfigurableDialog.getActions(DialogType dialogType,
net.anwiba.commons.model.IObjectModel<IDialogResult> dialogResultModel,
List<IAdditionalActionFactory> additionalActionFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected Action[] |
WizardDialog.getActions(DialogType dialogType,
net.anwiba.commons.model.IObjectModel<IDialogResult> dialogResultModel,
List<IAdditionalActionFactory> additionalActionFactories) |
| Modifier and Type | Method and Description |
|---|---|
static IDialogResult |
MessageDialogUtilities.show(Window owner,
net.anwiba.commons.message.IMessage message) |
static IDialogResult |
MessageDialogUtilities.show(Window owner,
String title,
net.anwiba.commons.message.IMessage message) |
static IDialogResult |
MessageDialogUtilities.show(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
DialogType dialogType) |
static IDialogResult |
MessageDialogUtilities.showUnsupportedOperationDialog(Window owner) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.