Uses of Interface
net.anwiba.commons.swing.preference.IWindowPreferences
Packages that use IWindowPreferences
Package
Description
-
Uses of IWindowPreferences in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return IWindowPreferencesModifier and TypeMethodDescriptionAbstractDialogConfiguration.getWindowPreferences()IDialogConfiguration.getWindowPreferences()Constructors in net.anwiba.commons.swing.dialog with parameters of type IWindowPreferencesModifierConstructorDescriptionAbstractDialog(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) 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) -
Uses of IWindowPreferences in net.anwiba.commons.swing.dialog.tabbed
Constructors in net.anwiba.commons.swing.dialog.tabbed with parameters of type IWindowPreferencesModifierConstructorDescriptionTabbedDialog(Window owner, IWindowPreferences preferences, String title, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel) 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, 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 IWindowPreferences in net.anwiba.commons.swing.dialog.wizard
Constructors in net.anwiba.commons.swing.dialog.wizard with parameters of type IWindowPreferencesModifierConstructorDescriptionWizardDialog(Window owner, IWindowPreferences preferences, String title, IWizardController controller) -
Uses of IWindowPreferences in net.anwiba.commons.swing.filechooser
Constructors in net.anwiba.commons.swing.filechooser with parameters of type IWindowPreferences -
Uses of IWindowPreferences in net.anwiba.commons.swing.preference
Classes in net.anwiba.commons.swing.preference that implement IWindowPreferencesConstructors in net.anwiba.commons.swing.preference with parameters of type IWindowPreferencesModifierConstructorDescriptionWindowPrefereneceUpdatingListener(Window window, IWindowPreferences windowPreferences)