Eclipse provides a lot of images for general purpose, e.g. save, delete, edit, folders, etc. You can access these ImageDescriptors via PlatformUI.getWorkbench().getSharedImages().getImageDescriptor(SharedImages.IMAGE_ID); However there is a more sophisticated way to create Entries in toolbars and/or menus. This is shown in a great tutorial by Lars Vogel here. You have now a command and a referencing […]