else{
this.highlightCondition = null;
}
final Component mapViewComponent = Controller.getCurrentController().getMapViewManager().getMapViewComponent();
if(mapViewComponent != null)
mapViewComponent.repaint();
}
private void initConditions() {
filterConditions = new DefaultComboBoxModel();
addStandardConditions();