@Nullable @Override public TableCellEditor getEditor(ConfigurableWebBrowser item) { return new LocalPathCellEditor().fileChooserDescriptor(APP_FILE_CHOOSER_DESCRIPTOR).normalizePath(true); }
@Override public TableCellEditor getEditor(final Row item) { return new LocalPathCellEditor(this.getName(), project); }