List of usage examples for javafx.scene.control TreeItem subclass-usage
From source file org.sleuthkit.autopsy.imageanalyzer.gui.navpanel.GroupTreeItem.java
/**
* A node in the nav/hash tree. Manages inserts and removals. Has parents and
* children. Does not have graphical properties these are configured in
* {@link GroupTreeCell}. Each GroupTreeItem has a TreeNode which has a path
* segment and may or may not have a group
*/
From source file org.sleuthkit.autopsy.imagegallery.gui.navpanel.GroupTreeItem.java
/**
* A node in the nav/hash tree. Manages inserts and removals. Has parents and
* children. Does not have graphical properties these are configured in
* {@link GroupTreeCell}. Each GroupTreeItem has a TreeNode which has a path
* segment and may or may not have a group
*/