Uses of Enum Class
net.anwiba.commons.swing.dialog.DialogType
Packages that use DialogType
Package
Description
-
Uses of DialogType in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return DialogTypeModifier and TypeMethodDescriptionfinal DialogTypeAbstractDialogConfiguration.getDialogType()IDialogConfiguration.getDialogType()static DialogTypeReturns the enum constant of this class with the specified name.static DialogType[]DialogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anwiba.commons.swing.dialog with parameters of type DialogTypeModifier and TypeMethodDescriptionprotected final voidAbstractDialog.createView(DialogType dialogType, List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, IMessage message) MessageDialogLauncher.dialogType(DialogType dialogType) protected Action[]AbstractDialog.getActions(DialogType dialogType, IObjectModel<IDialogResult> resultModel, List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel) ConfigurableDialogLauncher.setDialogType(DialogType dialogType) DialogConfigurationBuilder.setDialogType(DialogType dialogType) static IDialogResultMessageDialogUtilities.show(Component owner, String title, IMessage message, DialogType dialogType) Constructors in net.anwiba.commons.swing.dialog with parameters of type DialogTypeModifierConstructorDescriptionAbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model) AbstractDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType, boolean modal) 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) AbstractDialogConfiguration(IPreferences preferences, Dimension preferdSize, boolean isMessagePanelEnabled, String title, IMessage message, IGuiIcon icon, IGuiIcon image, Dialog.ModalityType modality, Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<String, String, RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, List<IAdditionalActionFactory> additionalActionFactories, DataState dataState) AbstractMessageDialog(Frame owner, String title, IMessage message, Icon icon, DialogType dialogType) AbstractMessageDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType) AbstractMessageDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType, boolean modal) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, boolean modal) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, Dialog.ModalityType modalityType) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, Dialog.ModalityType modalityType) DialogConfiguration(IPreferences preferences, Dimension preferdSize, boolean isMessagePanelEnabled, String title, IMessage message, IGuiIcon icon, IGuiIcon image, Dialog.ModalityType modality, Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<String, String, RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, List<IAdditionalActionFactory> additionalActionFactories, DataState dataState, IContentPaneBuilder contentPaneBuilder) MessageDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType) -
Uses of DialogType in net.anwiba.commons.swing.dialog.chooser
Methods in net.anwiba.commons.swing.dialog.chooser that return DialogType -
Uses of DialogType in net.anwiba.commons.swing.dialog.tabbed
Constructors in net.anwiba.commons.swing.dialog.tabbed with parameters of type DialogTypeModifierConstructorDescriptionTabbedDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType) TabbedDialog(Window owner, String title, IMessage message, Icon icon, DialogType dialogType, boolean modal) 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, IMessage message, Icon icon, DialogType dialogType, IFunction<Void, Iterable<IDialogTab>, RuntimeException> tabsFactory) -
Uses of DialogType in net.anwiba.commons.swing.dialog.wizard
Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type DialogTypeModifier and TypeMethodDescriptionprotected Action[]WizardDialog.getActions(DialogType dialogType, IObjectModel<IDialogResult> resultModel, List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel)