Uses of Class
com.dlsc.gemsfx.treeview.TreeNode
Packages that use TreeNode
Package
Description
Provides model, control, cell, and skin classes for displaying hierarchical tree nodes.
Provides link strategies for drawing connections in
TreeNodeView.-
Uses of TreeNode in com.dlsc.gemsfx.treeview
Methods in com.dlsc.gemsfx.treeview that return TreeNodeModifier and TypeMethodDescriptionTreeNode.getFirstChild()Returns the first child node.TreeNode.getLastChild()Returns the last child node.TreeNode.getParent()Gets the value of theparentproperty.TreeNodeView.getRoot()Gets the value of therootproperty.TreeNodeCell.getTreeNode()Gets the value of thetreeNodeproperty.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.getChildren()Returns the observable list of child nodes.TreeNode.getLinkedNodes()Returns the observable list of additional nodes linked to this node.TreeNode.parentProperty()The read-only parent property.TreeNodeView.rootProperty()The root property.TreeNode.stream()Creates a breadth-first stream starting with this node.TreeNodeCell.treeNodeProperty()The read-only tree node property.Methods in com.dlsc.gemsfx.treeview with parameters of type TreeNodeModifier and TypeMethodDescriptiondoubleTreeNodeViewSkin.computeNodeHeight(TreeNode<T> node) Computes the height used to lay out the given node.doubleTreeNodeViewSkin.computeNodeWidth(TreeNode<T> node) Computes the width used to lay out the given node.protected final voidSets the value of theparentproperty.final voidSets the value of therootproperty.protected final voidTreeNodeCell.setTreeNode(TreeNode<T> treeNode) Sets the value of thetreeNodeproperty.Constructors in com.dlsc.gemsfx.treeview with parameters of type TreeNodeModifierConstructorDescriptionTreeNodeView(TreeNode<T> root) Creates a tree node view with the given root node. -
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) Draws the link between the given parent and child nodes.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