Uses of Interface
is.codion.swing.common.ui.component.panel.FlowLayoutPanelBuilder
Packages that use FlowLayoutPanelBuilder
Package
Description
Base component utilities and builders.
Panel builders and layouts.
-
Uses of FlowLayoutPanelBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return FlowLayoutPanelBuilderModifier and TypeMethodDescriptionstatic FlowLayoutPanelBuilder
Components.flowLayoutPanel
(int alignment) Creates a newPanelBuilder
instance using a newFlowLayout
with the default horizontal and vertical gap. -
Uses of FlowLayoutPanelBuilder in is.codion.swing.common.ui.component.panel
Methods in is.codion.swing.common.ui.component.panel that return FlowLayoutPanelBuilderModifier and TypeMethodDescriptionPanelBuilder.PanelBuilderFactory.flowLayout
(int align) Uses the default vertical and horizontal gap valuePanelBuilder.PanelBuilderFactory.flowLayout
(FlowLayout layout)