public final class ParentIDFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getParentId(javafx.scene.Node node)
Find a non
null ID on the given Parent. |
public static String getParentId(javafx.scene.Node node)
null ID on the given Parent. If the ID is
null then search up the graph to find a node with the given ID.node - The starting node.null, if this is also null then the parent's parent will
be returned if non-null and so on. If no parent's have an
ID set then null is returned.Copyright © 2012-2014 The Cat Hive Developers. All Rights Reserved.