Uses of Interface
net.anwiba.commons.swing.dialog.tabbed.IDialogTab
Packages that use IDialogTab
Package
Description
-
Uses of IDialogTab in net.anwiba.commons.swing.configuration
Classes in net.anwiba.commons.swing.configuration that implement IDialogTab -
Uses of IDialogTab in net.anwiba.commons.swing.dialog.exception
Classes in net.anwiba.commons.swing.dialog.exception that implement IDialogTab -
Uses of IDialogTab in net.anwiba.commons.swing.dialog.tabbed
Classes in net.anwiba.commons.swing.dialog.tabbed that implement IDialogTabModifier and TypeClassDescriptionclassclassfinal classclassMethods in net.anwiba.commons.swing.dialog.tabbed with parameters of type IDialogTabModifier and TypeMethodDescriptionvoidTabbedDialog.addTab(IDialogTab dialogTab) protected voidTabbedDialog.setSelectedTab(IDialogTab tab) Constructor parameters in net.anwiba.commons.swing.dialog.tabbed with type arguments of type IDialogTabModifierConstructorDescriptionTabbedDialog(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)