Uses of Interface
net.anwiba.commons.swing.dialog.tabbed.IDialogTab
-
Packages that use IDialogTab Package Description net.anwiba.commons.swing.configuration net.anwiba.commons.swing.dialog.exception net.anwiba.commons.swing.dialog.tabbed -
-
Uses of IDialogTab in net.anwiba.commons.swing.configuration
Classes in net.anwiba.commons.swing.configuration that implement IDialogTab Modifier and Type Class Description classConfigurationTab -
Uses of IDialogTab in net.anwiba.commons.swing.dialog.exception
Classes in net.anwiba.commons.swing.dialog.exception that implement IDialogTab Modifier and Type Class Description classExceptionDialogTab -
Uses of IDialogTab in net.anwiba.commons.swing.dialog.tabbed
Classes in net.anwiba.commons.swing.dialog.tabbed that implement IDialogTab Modifier and Type Class Description classAbstractDialogTabclassAbstractNoneEditTabbedDialogTabclassTableDialogTab<T>classTextDialogTabMethods in net.anwiba.commons.swing.dialog.tabbed with parameters of type IDialogTab Modifier and Type Method Description voidTabbedDialog. addTab(IDialogTab dialogTab)protected voidTabbedDialog. setSelectedTab(IDialogTab tab)Constructor parameters in net.anwiba.commons.swing.dialog.tabbed with type arguments of type IDialogTab Constructor Description 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)
-