Package org.minifx.fxmlloading.lang
Class FxmlMagicNodes
- java.lang.Object
-
- org.minifx.fxmlloading.lang.FxmlMagicNodes
-
public final class FxmlMagicNodes extends java.lang.Object
Provides static convenient methods for the most common use cases of loading javafx nodes from fxml.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OngoingNodeCreation
globallyWiredNode()
static OngoingNodeCreation
isolatedWiredNode()
-
-
-
Method Detail
-
globallyWiredNode
public static OngoingNodeCreation globallyWiredNode()
-
isolatedWiredNode
public static OngoingNodeCreation isolatedWiredNode()
-
-