| Package | Description |
|---|---|
| net.anwiba.commons.swing.dialog | |
| net.anwiba.commons.swing.dialog.pane | |
| net.anwiba.commons.swing.dialog.tabbed | |
| net.anwiba.commons.swing.dialog.wizard |
| Modifier and Type | Method and Description |
|---|---|
DataState |
IDataStateObserver.getDataState() |
static DataState |
DataState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataState[] |
DataState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDialog.checkButton(DataState dataState) |
protected abstract IContentPaneBuilder |
AbstractContentPaneBuilderUsingDialogConfiguration.getContentPaneBuilder(IPreferences preferences,
DataState dataState,
net.anwiba.commons.model.IObjectModel<T> model) |
protected IContentPaneBuilder |
ContentPaneBuilderUsingDialogConfiguration.getContentPaneBuilder(IPreferences preferences,
DataState dataState,
net.anwiba.commons.model.IObjectModel<Void> model) |
| Modifier and Type | Method and Description |
|---|---|
Action |
IAdditionalActionFactory.create(net.anwiba.commons.model.IObjectModel<IDialogResult> dialogResultModel,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel,
IBlock<RuntimeException> dialogCloser) |
| Constructor and Description |
|---|
AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences,
boolean isMessagePanelEnabled,
net.anwiba.commons.message.IMessage message,
IGuiIcon icon,
DataState dataState,
Dialog.ModalityType modality,
DialogType dialogType,
boolean isResizeable,
net.anwiba.commons.model.IObjectModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
net.anwiba.commons.model.IObjectModel<DataState> |
IContentPanel.getDataStateModel() |
net.anwiba.commons.model.IObjectModel<DataState> |
AbstractContentPane.getDataStateModel() |
| Modifier and Type | Method and Description |
|---|---|
DataState |
AbstractDialogTab.getDataState() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDialogTab.setDataState(DataState dataState) |
| Modifier and Type | Method and Description |
|---|---|
net.anwiba.commons.model.IObjectDistributor<DataState> |
IWizardController.getDataStateDistributor() |
net.anwiba.commons.model.IObjectDistributor<DataState> |
AbstractWizardController.getDataStateDistributor() |
net.anwiba.commons.model.IObjectModel<DataState> |
AbstractWizardPage.getDataStateModel() |
net.anwiba.commons.model.IObjectDistributor<DataState> |
IWizardPage.getDataStateModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WizardDialog.checkButton(DataState dataState) |
| Constructor and Description |
|---|
ChooseOneOfManyWizardPage(String title,
String message,
Icon icon,
DataState state,
boolean finishable,
IObjectUi<T> objectUi,
List<T> values,
net.anwiba.commons.model.IObjectModel<T> mobel,
IApplicable<IWizardPage> applicable) |
| Constructor and Description |
|---|
AbstractWizardController(List<IWizardPage> container,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.