Package com._1c.g5.v8.dt.md.help.ui
Class MdHelpSharedImages
java.lang.Object
com._1c.g5.v8.dt.md.help.ui.MdHelpSharedImages
Registry and share plugin images
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.Image
Gets image by id.static org.eclipse.jface.resource.ImageDescriptor
getImageDescriptor
(String symbolicName) Gets image descriptor by id.static void
initializeImageRegistry
(org.eclipse.jface.resource.ImageRegistry reg) Registry plugin images
-
Field Details
-
PLUGIN_ID
- See Also:
-
T_ETOOL16
- See Also:
-
IMG_HELP_CONTENT_16
- See Also:
-
IMG_HELP_PAGE_16
- See Also:
-
IMG_HELP_GROUP_16
- See Also:
-
IMG_LINK_16
- See Also:
-
IMG_INSERT_PICTURE
- See Also:
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) Registry plugin images- Parameters:
reg
-
-
getImage
Gets image by id.- Parameters:
id
- the identifier, cannot benull
- Returns:
- the image or null, if not founded
-
getImageDescriptor
Gets image descriptor by id.- Parameters:
id
- the identifier, cannot benull
- Returns:
- the image descriptor or null, if not founded
-