Uses of Interface
is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
Packages that use OkCancelDialogBuilder
Package
Description
-
Uses of OkCancelDialogBuilder in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog that return OkCancelDialogBuilderModifier and TypeMethodDescriptionOkCancelDialogBuilder.cancelAction(Action cancelAction) Note that this action is responsible for closing the dialog.OkCancelDialogBuilder.cancelEnabled(ObservableState cancelEnabled) Note that this is overridden bycancelAction(Action).OkCancelDialogBuilder.OkCancelDialogComponentStep.component(Supplier<? extends JComponent> component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTEROkCancelDialogBuilder.OkCancelDialogComponentStep.component(JComponent component) Note: sets the layout toBorderLayoutand adds the component at locationBorderLayout.CENTERNote that this action is responsible for closing the dialog.OkCancelDialogBuilder.okEnabled(ObservableState okEnabled) Note that this is overridden byokAction(Action).