List of usage examples for javafx.scene.control TabPane subclass-usage
From source file org.sleuthkit.autopsy.imagegallery.gui.navpanel.NavPanel.java
/**
* Display two trees. one shows all folders (groups) and calls out folders with
* images. the user can select folders with images to see them in the main
* GroupPane The other shows folders with hash set hits.
*
* //TODO: there is too much code duplication between the navTree and the
From source file org.sleuthkit.autopsy.imageanalyzer.gui.navpanel.NavPanel.java
/** * Display two trees. one shows all folders (groups) and calls out folders with * images. the user can select folders with images to see them in the main * GroupPane The other shows folders with hash set hits. */ public class NavPanel extends TabPane {