Uses of Interface
is.codion.swing.common.ui.dialog.ActionDialogBuilder
Packages that use ActionDialogBuilder
Package
Description
-
Uses of ActionDialogBuilder in is.codion.swing.common.ui.dialog
Classes in is.codion.swing.common.ui.dialog with type parameters of type ActionDialogBuilderModifier and TypeInterfaceDescriptioninterfaceActionDialogBuilder<B extends ActionDialogBuilder<B>>Builds a dialog with a button panel based on actions.Subinterfaces of ActionDialogBuilder in is.codion.swing.common.ui.dialogModifier and TypeInterfaceDescriptioninterfaceBuilds a modal dialog for displaying the givencomponent, with OK and Cancel buttons based on the given actions.Methods in is.codion.swing.common.ui.dialog with type parameters of type ActionDialogBuilderModifier and TypeMethodDescription<B extends ActionDialogBuilder<B>>
ActionDialogBuilder<B> ActionDialogBuilder.ActionDialogComponentStep.component(Supplier<? extends JComponent> component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTER<B extends ActionDialogBuilder<B>>
ActionDialogBuilder<B> ActionDialogBuilder.ActionDialogComponentStep.component(JComponent component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTERMethods in is.codion.swing.common.ui.dialog that return ActionDialogBuilderModifier and TypeMethodDescription<B extends ActionDialogBuilder<B>>
ActionDialogBuilder<B> ActionDialogBuilder.ActionDialogComponentStep.component(Supplier<? extends JComponent> component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTER<B extends ActionDialogBuilder<B>>
ActionDialogBuilder<B> ActionDialogBuilder.ActionDialogComponentStep.component(JComponent component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTER