private Collection<EntityData> currentSelection;
private PropertyValueUtil propertyValueUtil;
public AllPropertiesGrid(Project project) {
this.project = project;
this.propertyValueUtil = new PropertyValueUtil();
createGrid();
addGridRowListener(getRowListener());
addGridCellListener(getGridCellListerner());