Package com._1c.g5.v8.dt.md.help.ui
Class MdHelpSharedImages
- java.lang.Object
-
- com._1c.g5.v8.dt.md.help.ui.MdHelpSharedImages
-
public class MdHelpSharedImages extends Object
Registry and share plugin images
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMG_HELP_CONTENT_16static StringIMG_HELP_GROUP_16static StringIMG_HELP_PAGE_16static StringIMG_INSERT_PICTUREstatic StringIMG_LINK_16static StringPLUGIN_IDstatic StringT_ETOOL16
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.graphics.ImagegetImage(String symbolicName)Gets image by id.static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String symbolicName)Gets image descriptor by id.static voidinitializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)Registry plugin images
-
-
-
Field Detail
-
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
-
T_ETOOL16
public static final String T_ETOOL16
- See Also:
- Constant Field Values
-
IMG_HELP_CONTENT_16
public static final String IMG_HELP_CONTENT_16
- See Also:
- Constant Field Values
-
IMG_HELP_PAGE_16
public static final String IMG_HELP_PAGE_16
- See Also:
- Constant Field Values
-
IMG_HELP_GROUP_16
public static final String IMG_HELP_GROUP_16
- See Also:
- Constant Field Values
-
IMG_LINK_16
public static final String IMG_LINK_16
- See Also:
- Constant Field Values
-
IMG_INSERT_PICTURE
public static final String IMG_INSERT_PICTURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
Registry plugin images- Parameters:
reg-
-
getImage
public static org.eclipse.swt.graphics.Image getImage(String symbolicName)
Gets image by id.- Parameters:
id- the identifier, cannot benull- Returns:
- the image or null, if not founded
-
getImageDescriptor
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String symbolicName)
Gets image descriptor by id.- Parameters:
id- the identifier, cannot benull- Returns:
- the image descriptor or null, if not founded
-
-