Uses of Interface
net.anwiba.commons.swing.preference.IWindowPreferences
-
-
Uses of IWindowPreferences in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return IWindowPreferences Modifier and Type Method Description IWindowPreferencesAbstractDialogConfiguration. getWindowPreferences()IWindowPreferencesIDialogConfiguration. getWindowPreferences()Constructors in net.anwiba.commons.swing.dialog with parameters of type IWindowPreferences Constructor Description 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)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)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 IWindowPreferences in net.anwiba.commons.swing.dialog.tabbed
Constructors in net.anwiba.commons.swing.dialog.tabbed with parameters of type IWindowPreferences Constructor Description TabbedDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel)TabbedDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, 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, 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 IWindowPreferences in net.anwiba.commons.swing.dialog.wizard
Constructors in net.anwiba.commons.swing.dialog.wizard with parameters of type IWindowPreferences Constructor Description WizardDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.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 Constructor Description FileChooserDialog(IWindowPreferences windowPreferences) -
Uses of IWindowPreferences in net.anwiba.commons.swing.preference
Classes in net.anwiba.commons.swing.preference that implement IWindowPreferences Modifier and Type Class Description classWindowPreferencesConstructors in net.anwiba.commons.swing.preference with parameters of type IWindowPreferences Constructor Description WindowPrefereneceUpdatingListener(java.awt.Window window, IWindowPreferences windowPreferences)
-