}
// adorn the image with a small arrow
ImageDescriptor baseImage= new ImageImageDescriptor(result);
Rectangle bounds= result.getBounds();
return JavaPlugin.getImageDescriptorRegistry().get(
new CallHierarchyImageDescriptor(
baseImage,
flags,
new Point(bounds.width, bounds.height)));
}