Uses of Class
net.anwiba.commons.swing.dialog.DialogType
-
Packages that use DialogType Package Description net.anwiba.commons.swing.dialog net.anwiba.commons.swing.dialog.chooser net.anwiba.commons.swing.dialog.tabbed net.anwiba.commons.swing.dialog.wizard -
-
Uses of DialogType in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return DialogType Modifier and Type Method Description DialogTypeAbstractDialogConfiguration. getDialogType()DialogTypeIDialogConfiguration. getDialogType()static DialogTypeDialogType. valueOf(java.lang.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.Methods in net.anwiba.commons.swing.dialog with parameters of type DialogType Modifier and Type Method Description protected voidAbstractDialog. createView(DialogType dialogType, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, IMessage message)MessageDialogLauncherMessageDialogLauncher. dialogType(DialogType dialogType)protected javax.swing.Action[]AbstractDialog. getActions(DialogType dialogType, IObjectModel<IDialogResult> resultModel, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel)ConfigurableDialogLauncherConfigurableDialogLauncher. setDialogType(DialogType dialogType)DialogConfigurationBuilderDialogConfigurationBuilder. setDialogType(DialogType dialogType)static IDialogResultMessageDialogUtilities. show(java.awt.Component owner, java.lang.String title, IMessage message, DialogType dialogType)Constructors in net.anwiba.commons.swing.dialog with parameters of type DialogType Constructor Description AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, java.awt.Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model)AbstractDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.awt.Dimension preferdSize, java.lang.String title, IMessage message, javax.swing.Icon icon, boolean isMessagePanelEnabled, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType, java.awt.Dialog.ModalExclusionType modalExclusionType)AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal)AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType)AbstractDialogConfiguration(IPreferences preferences, java.awt.Dimension preferdSize, boolean isMessagePanelEnabled, java.lang.String title, IMessage message, IGuiIcon icon, IGuiIcon image, java.awt.Dialog.ModalityType modality, java.awt.Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, java.util.List<IAdditionalActionFactory> additionalActionFactories, DataState dataState)AbstractMessageDialog(java.awt.Frame owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType)AbstractMessageDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType)AbstractMessageDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)AbstractMessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)AbstractMessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.awt.Dialog.ModalityType modalityType)AbstractMessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal)AbstractMessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType)DialogConfiguration(IPreferences preferences, java.awt.Dimension preferdSize, boolean isMessagePanelEnabled, java.lang.String title, IMessage message, IGuiIcon icon, IGuiIcon image, java.awt.Dialog.ModalityType modality, java.awt.Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, java.util.List<IAdditionalActionFactory> additionalActionFactories, DataState dataState, IContentPaneBuilder contentPaneBuilder)MessageDialog(java.awt.Frame owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType)MessageDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType)MessageDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)MessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)MessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.awt.Dialog.ModalityType modalityType)MessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal)MessageDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType) -
Uses of DialogType in net.anwiba.commons.swing.dialog.chooser
Methods in net.anwiba.commons.swing.dialog.chooser that return DialogType Modifier and Type Method Description DialogTypeIChooserDialogConfiguration. getDialogType() -
Uses of DialogType in net.anwiba.commons.swing.dialog.tabbed
Constructors in net.anwiba.commons.swing.dialog.tabbed with parameters of type DialogType Constructor Description TabbedDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType)TabbedDialog(java.awt.Window owner, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, boolean modal)TabbedDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal, IFunction<java.lang.Void,java.lang.Iterable<IDialogTab>,java.lang.RuntimeException> tabsFactory)TabbedDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, IFunction<java.lang.Void,java.lang.Iterable<IDialogTab>,java.lang.RuntimeException> tabsFactory) -
Uses of DialogType in net.anwiba.commons.swing.dialog.wizard
Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type DialogType Modifier and Type Method Description protected javax.swing.Action[]WizardDialog. getActions(DialogType dialogType, IObjectModel<IDialogResult> resultModel, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel)
-