| Modifier and Type | Method and Description |
|---|---|
IWindowPreferences |
IDialogConfiguration.getWindowPreferences() |
IWindowPreferences |
AbstractDialogConfiguration.getWindowPreferences() |
| Constructor and Description |
|---|
AbstractDialog(Window owner,
IWindowPreferences windowPreferences,
Dimension preferdSize,
String title,
IMessage message,
Icon icon,
boolean isMessagePanelEnabled,
DialogType dialogType,
IFunction<String,String,RuntimeException> actionButtonTextFactory,
List<IAdditionalActionFactory> additionalActionFactories,
IObjectModel<DataState> dataStateModel,
Dialog.ModalityType modalityType,
Dialog.ModalExclusionType modalExclusionType) |
AbstractDialog(Window owner,
IWindowPreferences windowPreferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel,
boolean modal) |
AbstractDialog(Window owner,
IWindowPreferences windowPreferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel,
Dialog.ModalityType modalityType) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
boolean modal) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
Dialog.ModalityType modalityType) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel,
boolean modal) |
MessageDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel,
Dialog.ModalityType modalityType) |
| Constructor and Description |
|---|
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel,
boolean modal,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
List<IAdditionalActionFactory> actionFactories,
IObjectModel<DataState> dataStateModel) |
| Constructor and Description |
|---|
WizardDialog(Window owner,
IWindowPreferences preferences,
String title,
IWizardController controller) |
| Constructor and Description |
|---|
FileChooserDialog(IWindowPreferences windowPreferences) |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowPreferences |
| Constructor and Description |
|---|
WindowPrefereneceUpdatingListener(Window window,
IWindowPreferences windowPreferences) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.