| Package | Description |
|---|---|
| org.uberfire.ext.wires.core.trees.client.canvas | |
| org.uberfire.ext.wires.core.trees.client.shapes |
| Modifier and Type | Method and Description |
|---|---|
WiresBaseTreeNode |
WiresTreeNodeDropContext.getContext() |
protected WiresBaseTreeNode |
WiresTreesScreen.getParentNode(WiresBaseTreeNode dragShape,
double cx,
double cy) |
| Modifier and Type | Method and Description |
|---|---|
protected WiresBaseTreeNode |
WiresTreesScreen.getParentNode(WiresBaseTreeNode dragShape,
double cx,
double cy) |
void |
WiresTreeNodeDropContext.setContext(WiresBaseTreeNode context) |
| Modifier and Type | Method and Description |
|---|---|
WiresBaseTreeNode |
WiresBaseTreeNode.getParentNode() |
| Modifier and Type | Method and Description |
|---|---|
List<WiresBaseTreeNode> |
WiresBaseTreeNode.getChildren() |
protected List<WiresBaseTreeNode> |
WiresBaseTreeNode.getDescendants(WiresBaseTreeNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WiresBaseTreeNode.acceptChildNode(WiresBaseTreeNode child)
TreeNodes can decide to accept child TreeNodes when being dragged from the Palette to a prospective parent
|
void |
WiresBaseTreeNode.addChildNode(WiresBaseTreeNode child)
Add a TreeNode as a child to this TreeNode.
|
protected List<WiresBaseTreeNode> |
WiresBaseTreeNode.getDescendants(WiresBaseTreeNode node) |
void |
WiresBaseTreeNode.removeChildNode(WiresBaseTreeNode child)
Remove a child TreeNode from this TreeNode.
|
void |
WiresBaseTreeNode.setParentNode(WiresBaseTreeNode parent) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.