Uses of Class
net.anwiba.commons.swing.dialog.DataState
-
Packages that use DataState 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 -
-
Uses of DataState in net.anwiba.commons.swing.dialog
Methods in net.anwiba.commons.swing.dialog that return DataState Modifier and Type Method Description DataStateAbstractDialogConfiguration. getDataState()DataStateIDataStateObserver. getDataState()DataStateIDialogConfiguration. getDataState()static DataStateDataState. valueOf(java.lang.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.Methods in net.anwiba.commons.swing.dialog that return types with arguments of type DataState Modifier and Type Method Description protected IObjectModel<DataState>AbstractDialog. getDataStateModel()IObjectModel<DataState>IContentPanelFactory. getDataStateModel()Methods in net.anwiba.commons.swing.dialog with parameters of type DataState Modifier and Type Method Description protected voidAbstractDialog. checkButton(DataState dataState)protected abstract IContentPaneBuilderAbstractContentPaneBuilderUsingDialogConfiguration. getContentPaneBuilder(IPreferences preferences, DataState dataState, IObjectModel<T> model)DialogConfigurationBuilderDialogConfigurationBuilder. setDataState(DataState dataState)Method parameters in net.anwiba.commons.swing.dialog with type arguments of type DataState Modifier and Type Method Description protected abstract IContentPanelAbstractContentPaneBuilder. create(java.awt.Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel)protected IContentPanelComponentProviderUsingContentPaneBuilder. create(java.awt.Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel)protected IContentPanelContentPaneBuilder. create(java.awt.Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel)IContentPanelIContentPaneFactory. create(java.awt.Window owner, IPreferences preferences, IObjectModel<DataState> dataStateModel)protected voidAbstractDialog. createView(DialogType dialogType, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, IMessage message)IContentPaneBuilderAbstractContentPaneBuilder. setDataStateModel(IObjectModel<DataState> dataStateModel)Constructors in net.anwiba.commons.swing.dialog with parameters of type DataState Constructor Description AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, java.awt.Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model)AbstractDialogConfiguration(IPreferences preferences, java.awt.Dimension preferdSize, boolean isMessagePanelEnabled, java.lang.String title, IMessage message, IGuiIcon icon, IGuiIcon image, java.awt.Dialog.ModalityType modality, java.awt.Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, java.util.List<IAdditionalActionFactory> additionalActionFactories, DataState dataState)DialogConfiguration(IPreferences preferences, java.awt.Dimension preferdSize, boolean isMessagePanelEnabled, java.lang.String title, IMessage message, IGuiIcon icon, IGuiIcon image, java.awt.Dialog.ModalityType modality, java.awt.Dialog.ModalExclusionType modalExclusionType, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, boolean isResizeable, int dialogCloseKeyEvent, java.util.List<IAdditionalActionFactory> additionalActionFactories, DataState dataState, IContentPaneBuilder contentPaneBuilder)Constructor parameters in net.anwiba.commons.swing.dialog with type arguments of type DataState Constructor Description AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.awt.Dimension preferdSize, java.lang.String title, IMessage message, javax.swing.Icon icon, boolean isMessagePanelEnabled, DialogType dialogType, IFunction<java.lang.String,java.lang.String,java.lang.RuntimeException> actionButtonTextFactory, java.util.List<IAdditionalActionFactory> additionalActionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType, java.awt.Dialog.ModalExclusionType modalExclusionType)AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, boolean modal)AbstractDialog(java.awt.Window owner, IWindowPreferences windowPreferences, java.lang.String title, IMessage message, javax.swing.Icon icon, DialogType dialogType, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel, java.awt.Dialog.ModalityType modalityType)AbstractMessageDialog(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)AbstractMessageDialog(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, java.awt.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 DataState Modifier and Type Method Description IObjectModel<DataState>AbstractContentPane. getDataStateModel()IObjectModel<DataState>IContentPanel. getDataStateModel()IObjectModel<DataState>StringFieldContentPane. getDataStateModel()Method parameters in net.anwiba.commons.swing.dialog.pane with type arguments of type DataState Modifier and Type Method Description IContentPaneBuilderIContentPaneBuilder. setDataStateModel(IObjectModel<DataState> datastateModel)Constructor parameters in net.anwiba.commons.swing.dialog.pane with type arguments of type DataState Constructor Description AbstractContentPane(IObjectModel<DataState> dataStateModel)LocalDateTimeContentPane(IObjectModel<DataState> dataStateModel, IObjectModel<java.time.LocalDateTime> model)StringFieldContentPane(IObjectModel<DataState> dataStateModel, java.lang.String label, IObjectFieldConfiguration<java.lang.String> configuration)TextContentPane(IObjectModel<DataState> dataStateModel, java.lang.String text) -
Uses of DataState in net.anwiba.commons.swing.dialog.tabbed
Methods in net.anwiba.commons.swing.dialog.tabbed that return DataState Modifier and Type Method Description DataStateAbstractDialogTab. getDataState()Methods in net.anwiba.commons.swing.dialog.tabbed with parameters of type DataState Modifier and Type Method Description voidAbstractDialogTab. setDataState(DataState dataState)Constructor parameters in net.anwiba.commons.swing.dialog.tabbed with type arguments of type DataState Constructor Description TabbedDialog(java.awt.Window owner, IWindowPreferences preferences, java.lang.String title, java.util.List<IAdditionalActionFactory> actionFactories, IObjectModel<DataState> dataStateModel)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) -
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 DataState Modifier and Type Method Description IObjectDistributor<DataState>AbstractWizardController. getDataStateDistributor()IObjectDistributor<DataState>IWizardController. getDataStateDistributor()IObjectModel<DataState>AbstractWizardPage. getDataStateModel()IObjectDistributor<DataState>IWizardPage. getDataStateModel()Methods in net.anwiba.commons.swing.dialog.wizard with parameters of type DataState Modifier and Type Method Description protected voidWizardDialog. checkButton(DataState dataState)Constructors in net.anwiba.commons.swing.dialog.wizard with parameters of type DataState Constructor Description ChooseOneOfManyWizardPage(java.lang.String title, java.lang.String message, javax.swing.Icon icon, DataState state, boolean finishable, IObjectUi<T> objectUi, java.util.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 DataState Constructor Description AbstractWizardController(java.util.List<IWizardPage> container, IObjectModel<DataState> dataStateModel)AbstractWizardController(java.util.List<IWizardPage> container, IObjectModel<DataState> dataStateModel, IObjectModel<IWizardAction> wizardActionModel)
-