标签: java combobox textfield
我有一个ComboBoxTableCell。我为此设置
comboObjectName.setComboBoxEditable(true);
如何从展开列表后显示的文本字段中获取文本(用于编辑的文本字段)? ComboBoxTableCell没有通常的ComboBox方法getValue()或getEditor()。getText()方法。