Package com._1c.g5.v8.dt.compare.ui
Class CompareUiSharedImages
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.ui.CompareUiSharedImages
-
public final class CompareUiSharedImages extends Object
Shared images of the Compare UI plugin.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CompareUiSharedImages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.graphics.ImagegetImage(String id)Gets an image by id.static org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor(String id)Gets an image descriptor by id.static voidinitializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)Initializes the specified image registry.
-
-
-
Field Detail
-
IMG_MERGE_SETTINGS_AVAILABLE
public static final String IMG_MERGE_SETTINGS_AVAILABLE
The "Merge settings available" image id.- See Also:
- Constant Field Values
-
IMG_MERGE_SETTINGS_SAVED
public static final String IMG_MERGE_SETTINGS_SAVED
The "Merge settings saved" image id.- See Also:
- Constant Field Values
-
IMG_MERGE_SETTINGS_MERGE_USING_EXTERNAL_TOOL_FAILED
public static final String IMG_MERGE_SETTINGS_MERGE_USING_EXTERNAL_TOOL_FAILED
The "Merge settings merge using external tool failed" image id.- See Also:
- Constant Field Values
-
IMG_OBJECT_ORDER
public static final String IMG_OBJECT_ORDER
The "Object order" image id.- See Also:
- Constant Field Values
-
IMG_GIT_REPOSITORY
public static final String IMG_GIT_REPOSITORY
- See Also:
- Constant Field Values
-
IMG_CONFIGURATION_OVR
public static final String IMG_CONFIGURATION_OVR
- See Also:
- Constant Field Values
-
IMG_EXTENSION_OVR
public static final String IMG_EXTENSION_OVR
- See Also:
- Constant Field Values
-
IMG_COPY_ALL_FROM_LEFT
public static final String IMG_COPY_ALL_FROM_LEFT
- See Also:
- Constant Field Values
-
IMG_COPY_ALL_FROM_RIGHT
public static final String IMG_COPY_ALL_FROM_RIGHT
- See Also:
- Constant Field Values
-
IMG_COPY_DIFF_FROM_LEFT
public static final String IMG_COPY_DIFF_FROM_LEFT
- See Also:
- Constant Field Values
-
IMG_COPY_DIFF_FROM_RIGHT
public static final String IMG_COPY_DIFF_FROM_RIGHT
- See Also:
- Constant Field Values
-
IMG_NEXT_DIFF
public static final String IMG_NEXT_DIFF
- See Also:
- Constant Field Values
-
IMG_PREV_DIFF
public static final String IMG_PREV_DIFF
- See Also:
- Constant Field Values
-
IMG_NEXT_CHANGE
public static final String IMG_NEXT_CHANGE
- See Also:
- Constant Field Values
-
IMG_PREV_CHANGE
public static final String IMG_PREV_CHANGE
- See Also:
- Constant Field Values
-
IMG_SYNCHRONIZED_SCROLLING
public static final String IMG_SYNCHRONIZED_SCROLLING
- See Also:
- Constant Field Values
-
IMG_NEXT_CONFLICT
public static final String IMG_NEXT_CONFLICT
- See Also:
- Constant Field Values
-
IMG_PREV_CONFLICT
public static final String IMG_PREV_CONFLICT
- See Also:
- Constant Field Values
-
IMG_COMPARE_WITH
public static final String IMG_COMPARE_WITH
- See Also:
- Constant Field Values
-
IMG_COMPARE_ANCESTOR_AND_LEFT
public static final String IMG_COMPARE_ANCESTOR_AND_LEFT
- See Also:
- Constant Field Values
-
IMG_COMPARE_ANCESTOR_AND_RESULT
public static final String IMG_COMPARE_ANCESTOR_AND_RESULT
- See Also:
- Constant Field Values
-
IMG_COMPARE_ANCESTOR_AND_RIGHT
public static final String IMG_COMPARE_ANCESTOR_AND_RIGHT
- See Also:
- Constant Field Values
-
IMG_COMPARE_LEFT_AND_RESULT
public static final String IMG_COMPARE_LEFT_AND_RESULT
- See Also:
- Constant Field Values
-
IMG_COMPARE_LEFT_AND_RIGHT
public static final String IMG_COMPARE_LEFT_AND_RIGHT
- See Also:
- Constant Field Values
-
IMG_COMPARE_RIGHT_AND_RESULT
public static final String IMG_COMPARE_RIGHT_AND_RESULT
- See Also:
- Constant Field Values
-
IMG_ADD_MERGE_ACTION
public static final String IMG_ADD_MERGE_ACTION
- See Also:
- Constant Field Values
-
IMG_REMOVE_MERGE_ACTION
public static final String IMG_REMOVE_MERGE_ACTION
- See Also:
- Constant Field Values
-
IMG_ADD_MERGE_ACTION_OVR
public static final String IMG_ADD_MERGE_ACTION_OVR
- See Also:
- Constant Field Values
-
IMG_REMOVE_MERGE_ACTION_OVR
public static final String IMG_REMOVE_MERGE_ACTION_OVR
- See Also:
- Constant Field Values
-
IMG_CONFLICT_NODE
public static final String IMG_CONFLICT_NODE
- See Also:
- Constant Field Values
-
IMG_CONFLICT_NODE_OVR
public static final String IMG_CONFLICT_NODE_OVR
- See Also:
- Constant Field Values
-
IMG_NODE_WARNING
public static final String IMG_NODE_WARNING
- See Also:
- Constant Field Values
-
IMG_NODE_WARNING_OVR
public static final String IMG_NODE_WARNING_OVR
- See Also:
- Constant Field Values
-
IMG_SWITCH_MAIN
public static final String IMG_SWITCH_MAIN
- See Also:
- Constant Field Values
-
IMG_SWITCH_OTHER
public static final String IMG_SWITCH_OTHER
- See Also:
- Constant Field Values
-
IMG_FILTER_SUBSYSTEMS_WITH_CHANGED_OBJECTS
public static final String IMG_FILTER_SUBSYSTEMS_WITH_CHANGED_OBJECTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
Initializes the specified image registry.- Parameters:
reg- the registry to initialize.
-
getImage
public static org.eclipse.swt.graphics.Image getImage(String id)
Gets an image by id.- Parameters:
id- the identifier, cannot benull- Returns:
- the image or null, if not found
-
getImageDescriptor
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String id)
Gets an image descriptor by id.- Parameters:
id- the identifier, can not benull- Returns:
- the image descriptor or
nullif not found
-
-