ChoiceBox with custom Item in a TableView
问题 I have a private TableView<Indicators> tableviewIndicators; with column private TableColumn<Indicators, WindowsItem> tablecolumnFrame; public static class WindowsItem { CustomInternalWindow chrt; private WindowsItem(CustomInternalWindow _chrt) { chrt = _chrt; } public String toString() { return chrt.getTitle(); } } private Indicators(String tl, WindowsItem chrt, String pne, Boolean sel) { this.tool_col = new SimpleStringProperty(tl); if (chrt == null) { this.chart_col = new