Uses of Enum Class
net.anwiba.commons.swing.dialog.DataState
Packages that use DataState
Package
Description
-
Uses of DataState in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return DataStateModifier and TypeMethodDescriptionAbstractDialogConfiguration.getDataState()IDataStateObserver.getDataState()IDialogConfiguration.getDataState()static DataStateReturns the enum constant of this class with the specified name.static DataState[]DataState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anwiba.commons.swing.dialog that return types with arguments of type DataStateModifier and TypeMethodDescriptionprotected IObjectModel<DataState>AbstractDialog.getDataStateModel()IContentPanelFactory.getDataStateModel()Methods in net.anwiba.commons.swing.dialog with parameters of type DataStateModifier and TypeMethodDescriptionprotected voidAbstractDialog.checkButton(DataState dataState) protected abstract IContentPaneBuilderAbstractContentPaneBuilderUsingDialogConfiguration.getContentPaneBuilder(IPreferences preferences, DataState dataState, IObjectModel<T> model) DialogConfigurationBuilder.setDataState(DataState dataState) Method parameters in net.anwiba.commons.swing.dialog with type arguments of type DataStateModifier and TypeMethodDescriptionprotected abstract IContentPanelAbstractContentPaneBuilder.create(Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel) protected IContentPanelComponentProviderUsingContentPaneBuilder.create(Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel) protected IContentPanelContentPaneBuilder.create(Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel) IContentPaneFactory.create(Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel) protected final voidAbstractDialog.createView(DialogType dialogType, List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, IMessage message) AbstractContentPaneBuilder.setDataStateModel(IObjectModel<DataState> dataStateModel) Constructors in net.anwiba.commons.swing.dialog with parameters of type DataStateModifierConstructorDescriptionAbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model) AbstractDialogConfiguration(IPreferences preferences, Dimension preferdSize, boolean isMessagePanelEnabled, String title, IMessage message, IGuiIcon icon, IGuiIcon image, Dialog.ModalityType modality, Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<String, String, RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, List<IAdditionalActionFactory> additionalActionFactories, DataState dataState) DialogConfiguration(IPreferences preferences, Dimension preferdSize, boolean isMessagePanelEnabled, String title, IMessage message, IGuiIcon icon, IGuiIcon image, Dialog.ModalityType modality, Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<String, String, RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, List<IAdditionalActionFactory> additionalActionFactories, DataState dataState, IContentPaneBuilder contentPaneBuilder) Constructor parameters in net.anwiba.commons.swing.dialog with type arguments of type DataStateModifierConstructorDescriptionAbstractDialog(Window owner, IWindowPreferences windowPreferences, Dimension preferdSize, String title, IMessage message, Icon icon, boolean isMessagePanelEnabled, DialogType dialogType, IFunction<String, String, RuntimeException> actionButtonTextFactory, List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, Dialog.ModalityType modalityType, Dialog.ModalExclusionType modalExclusionType) AbstractDialog(Window owner, IWindowPreferences windowPreferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal) AbstractDialog(Window owner, IWindowPreferences windowPreferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, Dialog.ModalityType modalityType) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal) AbstractMessageDialog(Window owner, IWindowPreferences preferences, String title, IMessage message, Icon icon, DialogType dialogType, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, Dialog.ModalityType modalityType) -
Uses of DataState in net.anwiba.commons.swing.dialog.pane
Methods in net.anwiba.commons.swing.dialog.pane that return types with arguments of type DataStateModifier and TypeMethodDescriptionAbstractContentPane.getDataStateModel()IContentPanel.getDataStateModel()StringFieldContentPane.getDataStateModel()Method parameters in net.anwiba.commons.swing.dialog.pane with type arguments of type DataStateModifier and TypeMethodDescriptionIContentPaneBuilder.setDataStateModel(IObjectModel<DataState> datastateModel) Constructor parameters in net.anwiba.commons.swing.dialog.pane with type arguments of type DataStateModifierConstructorDescriptionAbstractContentPane(IObjectModel<DataState> dataStateModel) LocalDateTimeContentPane(IObjectModel<DataState> dataStateModel, IObjectModel<LocalDateTime> model) StringFieldContentPane(IObjectModel<DataState> dataStateModel, String label, IObjectFieldConfiguration<String> configuration) TextContentPane(IObjectModel<DataState> dataStateModel, String text) -
Uses of DataState in net.anwiba.commons.swing.dialog.tabbed
Methods in net.anwiba.commons.swing.dialog.tabbed that return DataStateMethods in net.anwiba.commons.swing.dialog.tabbed with parameters of type DataStateConstructor parameters in net.anwiba.commons.swing.dialog.tabbed with type arguments of type DataStateModifierConstructorDescriptionTabbedDialog(Window owner, IWindowPreferences preferences, String title, List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel) 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) -
Uses of DataState in net.anwiba.commons.swing.dialog.wizard
Methods in net.anwiba.commons.swing.dialog.wizard that return types with arguments of type DataStateModifier and TypeMethodDescriptionAbstractWizardController.getDataStateDistributor()IWizardController.getDataStateDistributor()final IObjectModel<DataState>AbstractWizardPage.getDataStateModel()IWizardPage.getDataStateModel()Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type DataStateConstructors in net.anwiba.commons.swing.dialog.wizard with parameters of type DataStateModifierConstructorDescriptionChooseOneOfManyWizardPage(String title, String message, Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, List<T> values, IObjectModel<T> mobel, IObjectModel<IWizardAction> wizardActionModel, IApplicable<IWizardPage> applicable) Constructor parameters in net.anwiba.commons.swing.dialog.wizard with type arguments of type DataStateModifierConstructorDescriptionAbstractWizardController(List<IWizardPage> container, IObjectModel<DataState> dataStateModel) AbstractWizardController(List<IWizardPage> container, IObjectModel<DataState> dataStateModel, IObjectModel<IWizardAction> wizardActionModel)