List of usage examples for javafx.scene.control TreeCell subclass-usage
From source file org.sleuthkit.autopsy.imagegallery.gui.navpanel.GroupTreeCell.java
/**
* A cell in the NavPanel tree that listens to its associated group's fileids
* and seen status,and updates GUI to reflect them.
*
* TODO: we should use getStyleClass().add() rather than setStyle but it didn't
* seem to work properly