Package com._1c.g5.v8.dt.aggregates.ui
Class AggregatesSharedImages
java.lang.Object
com._1c.g5.v8.dt.aggregates.ui.AggregatesSharedImages
Aggregates UI shared 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) Initialize image registry in pluginImageRegistry
-
Field Details
-
STATE_ERROR
Register aggregate error state image- See Also:
-
STATE_OK
Register aggregate ok and not always use state image- See Also:
-
STATE_USE_ALWAYS
Register aggregate ok and always use state image- See Also:
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) Initialize image registry in pluginImageRegistry
- Parameters:
reg
- the pluginImageRegistry
, cannot benull
-
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
-