| Package | Description |
|---|---|
| net.anwiba.commons.swing.configuration | |
| net.anwiba.commons.swing.dialog.exception | |
| net.anwiba.commons.swing.dialog.tabbed |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationTab |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionDialogTab |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDialogTab |
class |
AbstractNoneEditTabbedDialogTab |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedDialog.addTab(IDialogTab dialogTab) |
protected void |
TabbedDialog.setSelectedTab(IDialogTab tab) |
| Constructor and Description |
|---|
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
boolean modal,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.