Package net.eksb.kswingutil.ext
Class LayoutKt
-
- All Implemented Interfaces:
public final class LayoutKt
-
-
Method Summary
Modifier and Type Method Description final static UnitborderLayout(JComponent $self)final static GridBagConstraintsgridBagLayout(JComponent $self)final static UnitboxLayoutHoriz(JComponent $self)final static <T extends Component> Tadd(Container $self, Object constraints, T component, Function1<T, Unit> block)-
-
Method Detail
-
borderLayout
final static Unit borderLayout(JComponent $self)
-
gridBagLayout
final static GridBagConstraints gridBagLayout(JComponent $self)
-
boxLayoutHoriz
final static Unit boxLayoutHoriz(JComponent $self)
-
-
-
-