| Modifier and Type | Method and Description |
|---|---|
DialogType |
IDialogConfiguration.getDialogType() |
DialogType |
AbstractDialogConfiguration.getDialogType() |
static DialogType |
DialogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogType[] |
DialogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDialog.createView(DialogType dialogType,
List<IAdditionalActionFactory> additionalActionFactories) |
MessageDialogLauncher |
MessageDialogLauncher.dialogType(DialogType dialogType) |
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) |
DialogConfigurationBuilder |
DialogConfigurationBuilder.setDialogType(DialogType dialogType) |
ConfigurableDialogLauncher |
ConfigurableDialogLauncher.setDialogType(DialogType dialogType) |
| Constructor and Description |
|---|
AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences,
boolean isMessagePanelEnabled,
net.anwiba.commons.message.IMessage message,
IGuiIcon icon,
DataState dataState,
Dialog.ModalityType modality,
DialogType dialogType,
boolean isResizeable,
net.anwiba.commons.model.IObjectModel<T> model) |
AbstractDialog(Window owner,
IWindowPreferences windowPreferences,
Dimension preferdSize,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
boolean isMessagePanelEnabled,
DialogType dialogType,
IFunction<String,String,RuntimeException> actionButtonTextFactory,
List<IAdditionalActionFactory> additionalActionFactories,
Dialog.ModalityType modalityType) |
AbstractDialog(Window owner,
IWindowPreferences windowPreferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
AbstractDialog(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
AbstractDialogConfiguration(IPreferences preferences,
Dimension preferdSize,
boolean isMessagePanelEnabled,
String title,
net.anwiba.commons.message.IMessage message,
IGuiIcon icon,
IGuiIcon image,
Dialog.ModalityType modality,
DialogType dialogType,
IFunction<String,String,RuntimeException> actionButtonTextFactory,
boolean isResizeable,
int dialogCloseKeyEvent,
List<IAdditionalActionFactory> additionalActionFactories) |
ContentPaneBuilderUsingDialogConfiguration(IPreferences preferences,
net.anwiba.commons.message.IMessage message,
IContentPaneBuilder contentPaneBuilder,
DialogType dialogType) |
DialogConfiguration(IPreferences preferences,
Dimension preferdSize,
boolean isMessagePanelEnabled,
String title,
net.anwiba.commons.message.IMessage message,
IGuiIcon icon,
IGuiIcon image,
Dialog.ModalityType modality,
DialogType dialogType,
IFunction<String,String,RuntimeException> actionButtonTextFactory,
boolean isResizeable,
int dialogCloseKeyEvent,
List<IAdditionalActionFactory> additionalActionFactories,
IContentPaneBuilder contentPaneBuilder) |
MessageDialog(Frame owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType) |
MessageDialog(Frame owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
MessageDialog(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType) |
MessageDialog(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
| Modifier and Type | Method and Description |
|---|---|
DialogType |
IChooserDialogConfiguration.getDialogType() |
| Constructor and Description |
|---|
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType) |
TabbedDialog(Window owner,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
| 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,
String title,
net.anwiba.commons.message.IMessage message,
DialogType dialogType) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.