Uses of Class
org.uberfire.ext.wires.core.trees.client.shapes.WiresBaseTreeNode
-
Packages that use WiresBaseTreeNode Package Description org.uberfire.ext.wires.core.trees.client.canvas org.uberfire.ext.wires.core.trees.client.shapes -
-
Uses of WiresBaseTreeNode in org.uberfire.ext.wires.core.trees.client.canvas
Methods in org.uberfire.ext.wires.core.trees.client.canvas that return WiresBaseTreeNode Modifier and Type Method Description WiresBaseTreeNodeWiresTreeNodeDropContext. getContext()protected WiresBaseTreeNodeWiresTreesScreen. getParentNode(WiresBaseTreeNode dragShape, double cx, double cy)Methods in org.uberfire.ext.wires.core.trees.client.canvas with parameters of type WiresBaseTreeNode Modifier and Type Method Description protected WiresBaseTreeNodeWiresTreesScreen. getParentNode(WiresBaseTreeNode dragShape, double cx, double cy)voidWiresTreeNodeDropContext. setContext(WiresBaseTreeNode context) -
Uses of WiresBaseTreeNode in org.uberfire.ext.wires.core.trees.client.shapes
Methods in org.uberfire.ext.wires.core.trees.client.shapes that return WiresBaseTreeNode Modifier and Type Method Description WiresBaseTreeNodeWiresBaseTreeNode. getParentNode()Methods in org.uberfire.ext.wires.core.trees.client.shapes that return types with arguments of type WiresBaseTreeNode Modifier and Type Method Description List<WiresBaseTreeNode>WiresBaseTreeNode. getChildren()protected List<WiresBaseTreeNode>WiresBaseTreeNode. getDescendants(WiresBaseTreeNode node)Methods in org.uberfire.ext.wires.core.trees.client.shapes with parameters of type WiresBaseTreeNode Modifier and Type Method Description booleanWiresBaseTreeNode. acceptChildNode(WiresBaseTreeNode child)TreeNodes can decide to accept child TreeNodes when being dragged from the Palette to a prospective parentvoidWiresBaseTreeNode. addChildNode(WiresBaseTreeNode child)Add a TreeNode as a child to this TreeNode.protected List<WiresBaseTreeNode>WiresBaseTreeNode. getDescendants(WiresBaseTreeNode node)voidWiresBaseTreeNode. removeChildNode(WiresBaseTreeNode child)Remove a child TreeNode from this TreeNode.voidWiresBaseTreeNode. setParentNode(WiresBaseTreeNode parent)
-