List of usage examples for javafx.scene.control ListCell subclass-usage
From source file com.properned.application.LocaleListCell.java
/**
* Properned is a software that can be used to edit java properties files 2015
* Alexandre NEDJARI
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
From source file org.sleuthkit.autopsy.timeline.ChronoFieldListCell.java
/** * A ListCell for a ChronoField */ public class ChronoFieldListCell extends ListCell<ChronoField> { @Override