public class ASTTreeItem extends javafx.scene.control.TreeItem<Node>
| Modifier and Type | Method and Description |
|---|---|
ASTTreeItem |
findItem(Node node) |
static ASTTreeItem |
getRoot(Node n)
Builds an ASTTreeItem recursively from a node.
|
addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, isLeaf, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valuePropertypublic ASTTreeItem findItem(Node node)
public static ASTTreeItem getRoot(Node n)
Copyright © 2002–2017 PMD. All rights reserved.