The Java UI plugin provides the Interface ISharedImages
to access standard images which can be used in own plugins.
e.g.
Image image = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_ELEMENT);
This works very well but I did not find an overview of the available images. Can someone please point me to such a documentation?