Uses of Class
com.dlsc.gemsfx.treeview.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in com.dlsc.gemsfx.treeview
Methods in com.dlsc.gemsfx.treeview that return TreeNodeModifier and TypeMethodDescriptionTreeNode.getFirstChild()TreeNode.getLastChild()TreeNode.getParent()Gets the value of the property parent.TreeNodeView.getRoot()Gets the value of the property root.TreeNodeCell.getTreeNode()Gets the value of the property treeNode.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.getChildren()TreeNode.getLinkedNodes()TreeNode.parentProperty()TreeNodeView.rootProperty()TreeNode.stream()Convenient for traversing tree nodes.TreeNodeCell.treeNodeProperty()Methods in com.dlsc.gemsfx.treeview with parameters of type TreeNodeModifier and TypeMethodDescriptiondoubleTreeNodeViewSkin.computeNodeHeight(TreeNode<T> node) doubleTreeNodeViewSkin.computeNodeWidth(TreeNode<T> node) protected voidSets the value of the property parent.voidSets the value of the property root.protected voidTreeNodeCell.setTreeNode(TreeNode<T> treeNode) Sets the value of the property treeNode.Constructors in com.dlsc.gemsfx.treeview with parameters of type TreeNode -
Uses of TreeNode in com.dlsc.gemsfx.treeview.link
Methods in com.dlsc.gemsfx.treeview.link with parameters of type TreeNodeModifier and TypeMethodDescriptionArrayList<javafx.scene.Node>AbstractLinkStrategy.drawNodeLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, TreeNode<T> parent, javafx.geometry.Point2D parentPoint, double parentW, double parentH, TreeNode<T> child, javafx.geometry.Point2D childPoint, double childW, double childH, double nodeLineGap, double vgap, double hgap) ArrayList<javafx.scene.Node>LinkStrategy.drawNodeLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, TreeNode<T> parent, javafx.geometry.Point2D parentPoint, double parentW, double parentH, TreeNode<T> child, javafx.geometry.Point2D childPoint, double childW, double childH, double nodeLineGap, double vgap, double hgap) Draw node/path connections