Example usage for javafx.scene.control TreeCell subclass-usage

List of usage examples for javafx.scene.control TreeCell subclass-usage

Introduction

In this page you can find the example usage for javafx.scene.control TreeCell subclass-usage.

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