Package com._1c.g5.v8.dt.aggregates.ui
Class AggregatesSharedImages
- java.lang.Object
-
- com._1c.g5.v8.dt.aggregates.ui.AggregatesSharedImages
-
public final class AggregatesSharedImages extends Object
Aggregates UI shared images
-
-
Field Summary
Fields Modifier and Type Field Description static String
STATE_ERROR
Register aggregate error state imagestatic String
STATE_OK
Register aggregate ok and not always use state imagestatic String
STATE_USE_ALWAYS
Register aggregate ok and always use state image
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.graphics.Image
getImage(String symbolicName)
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 Detail
-
STATE_ERROR
public static final String STATE_ERROR
Register aggregate error state image- See Also:
- Constant Field Values
-
STATE_OK
public static final String STATE_OK
Register aggregate ok and not always use state image- See Also:
- Constant Field Values
-
STATE_USE_ALWAYS
public static final String STATE_USE_ALWAYS
Register aggregate ok and always use state image- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
Initialize image registry in pluginImageRegistry
- Parameters:
reg
- the pluginImageRegistry
, cannot benull
-
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
-
-