| 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 |
class |
TableDialogTab<T> |
class |
TextDialogTab |
| 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,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
TabbedDialog(Window owner,
IWindowPreferences preferences,
String title,
net.anwiba.commons.message.IMessage message,
Icon icon,
DialogType dialogType,
List<IAdditionalActionFactory> actionFactories,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel,
boolean modal,
IFunction<Void,Iterable<IDialogTab>,RuntimeException> tabsFactory) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.