Ejemplo n.º 1
0
 public boolean isLabelProperty(Object element, String property) {
   return fLabelProvider.isLabelProperty(element, property);
 }
 @Override
 public boolean isLabelProperty(Object element, String property) {
   return workbenchLabelProvider.isLabelProperty(element, property);
 }