List of usage examples for javafx.scene.control TableColumn subclass-usage
From source file cz.lbenda.gui.tableView.FilterableTableColumn.java
/** Created by Lukas Benda <lbenda @ lbenda.cz> on 19.9.15. * Column for filterable table */ public class FilterableTableColumn<S, T> extends TableColumn<S, T> { /** Indicator pane on left side of title */ private HBox leftIndicatorPane = new HBox();
From source file com.panemu.tiwulfx.table.BaseColumn.java
/**
* This is a parent class for columns that display value from a POJO object.
* There are two variations of concrete column implementation in regards with
* cell editor:
* <ul>
* <li>Cell editor is a single control: TextField, CheckBox</li>