return myLabel;
}
}
};
final LocalPathCellEditor customPackageRootsEditor = new LocalPathCellEditor(myProject) {
public Object getCellEditorValue() {
return StringUtil.split(FileUtil.toSystemIndependentName(myComponent.getChildComponent().getText()), SEMICOLON);
}
@Override