Uses of Interface
is.codion.swing.common.ui.component.panel.PanelBuilder
Packages that use PanelBuilder
-
Uses of PanelBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return PanelBuilderModifier and TypeMethodDescriptionstatic PanelBuilder
Components.flexibleGridLayoutPanel
(int rows, int columns) Creates a newPanelBuilder
instance using a newFlexibleGridLayout
with the default horizontal and vertical gap.static PanelBuilder
Components.flowLayoutPanel
(int alignment) Creates a newPanelBuilder
instance using a newFlowLayout
with the default horizontal and vertical gap.static PanelBuilder
Components.gridLayoutPanel
(int rows, int columns) Creates a newPanelBuilder
instance using a newGridLayout
with the default horizontal and vertical gap.static PanelBuilder
Components.panel()
static PanelBuilder
Components.panel
(LayoutManager layout) static PanelBuilder
-
Uses of PanelBuilder in is.codion.swing.common.ui.component.panel
Methods in is.codion.swing.common.ui.component.panel that return PanelBuilderModifier and TypeMethodDescriptionPanelBuilder.add
(JComponent component) PanelBuilder.add
(JComponent component, Object constraints) PanelBuilder.addAll
(Collection<? extends JComponent> components) PanelBuilder.addAll
(JComponent... components) static PanelBuilder
PanelBuilder.builder()
static PanelBuilder
PanelBuilder.builder
(LayoutManager layout) static PanelBuilder
PanelBuilder.layout
(LayoutManager layoutManager)