public class MigPaneSupportKt
| Modifier and Type | Method and Description |
|---|---|
static void |
columnConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.AC,kotlin.Unit> op)
Modifies the columns constraints
|
static void |
columnConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
java.lang.String constraints) |
static <T extends Node> |
componentConstraints(T $receiver,
java.lang.String constraints) |
static <T extends Node> |
componentConstraints(T $receiver,
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.CC,kotlin.Unit> op)
Helper method to modify the constraints
|
static void |
layoutConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.LC,kotlin.Unit> op)
Modifies the layout constraints
|
static void |
layoutConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
java.lang.String constraints)
Parses the layout constraints from the given string
|
static org.tbee.javafx.scene.layout.MigPane |
migPane(javafx.event.EventTarget $receiver,
kotlin.jvm.functions.Function1<? super org.tbee.javafx.scene.layout.MigPane,kotlin.Unit> op)
Creates a new mig pane
|
static void |
rowConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
java.lang.String constraints) |
static void |
rowConstraints(org.tbee.javafx.scene.layout.MigPane $receiver,
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.AC,kotlin.Unit> op)
Modifies the row constraints
|
@NotNull
public static org.tbee.javafx.scene.layout.MigPane migPane(@NotNull
javafx.event.EventTarget $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super org.tbee.javafx.scene.layout.MigPane,kotlin.Unit> op)
Creates a new mig pane
public static void layoutConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.LC,kotlin.Unit> op)
Modifies the layout constraints
public static void layoutConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
java.lang.String constraints)
Parses the layout constraints from the given string
public static void columnConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.AC,kotlin.Unit> op)
Modifies the columns constraints
public static void columnConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
java.lang.String constraints)
public static void rowConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
java.lang.String constraints)
public static void rowConstraints(@NotNull
org.tbee.javafx.scene.layout.MigPane $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super net.miginfocom.layout.AC,kotlin.Unit> op)
Modifies the row constraints
@NotNull public static <T extends Node> T componentConstraints(@NotNull T $receiver, @NotNull java.lang.String constraints)
@NotNull public static <T extends Node> T componentConstraints(@NotNull T $receiver, @NotNull kotlin.jvm.functions.Function1<? super net.miginfocom.layout.CC,kotlin.Unit> op)
Helper method to modify the constraints