Community
Participate
Working Groups
private void handleSelect(TreeItem selection) {
// deactivate the current cell editor
if (cellEditor != null) {
applyEditorValue();
if (cellEditor.isDirty()){ // see bug 67067
}
deactivateCellEditor();