@Override public Object getCellEditorValue() { return myProxiedEditor.getCellEditorValue(); }
private void cellValueChanged(DefaultCellEditor e) { TreePath path = managerTree.getSelectionPath(); StorableResource r = (StorableResource) path.getLastPathComponent(); r.setName(e.getCellEditorValue().toString()); }