- java.lang.Object
-
- impl.org.controlsfx.ImplUtils
-
public class ImplUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Node>getChildren(Node n, boolean useReflection)static List<Node>getChildren(Parent p, boolean useReflection)static ObservableList<Node>getChildrenReflectively(Parent p)static voidinjectAsRootPane(Scene scene, Parent injectedParent, boolean useReflection)static voidinjectPane(Parent parent, Parent injectedParent, boolean useReflection)static voidstripRootPane(Scene scene, Parent originalParent, boolean useReflection)
-
-
-
Method Detail
-
injectAsRootPane
public static void injectAsRootPane(Scene scene, Parent injectedParent, boolean useReflection)
-
injectPane
public static void injectPane(Parent parent, Parent injectedParent, boolean useReflection)
-
stripRootPane
public static void stripRootPane(Scene scene, Parent originalParent, boolean useReflection)
-
getChildrenReflectively
public static ObservableList<Node> getChildrenReflectively(Parent p)
-
-