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 SummaryConstructors Constructor Description CompareUiSharedImages()
 - 
Method SummaryAll 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_AVAILABLEpublic static final String IMG_MERGE_SETTINGS_AVAILABLE The "Merge settings available" image id.- See Also:
- Constant Field Values
 
 - 
IMG_MERGE_SETTINGS_SAVEDpublic 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_FAILEDpublic 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_ORDERpublic static final String IMG_OBJECT_ORDER The "Object order" image id.- See Also:
- Constant Field Values
 
 - 
IMG_GIT_REPOSITORYpublic static final String IMG_GIT_REPOSITORY - See Also:
- Constant Field Values
 
 - 
IMG_CONFIGURATION_OVRpublic static final String IMG_CONFIGURATION_OVR - See Also:
- Constant Field Values
 
 - 
IMG_EXTENSION_OVRpublic static final String IMG_EXTENSION_OVR - See Also:
- Constant Field Values
 
 - 
IMG_COPY_ALL_FROM_LEFTpublic static final String IMG_COPY_ALL_FROM_LEFT - See Also:
- Constant Field Values
 
 - 
IMG_COPY_ALL_FROM_RIGHTpublic static final String IMG_COPY_ALL_FROM_RIGHT - See Also:
- Constant Field Values
 
 - 
IMG_COPY_DIFF_FROM_LEFTpublic static final String IMG_COPY_DIFF_FROM_LEFT - See Also:
- Constant Field Values
 
 - 
IMG_COPY_DIFF_FROM_RIGHTpublic static final String IMG_COPY_DIFF_FROM_RIGHT - See Also:
- Constant Field Values
 
 - 
IMG_NEXT_DIFFpublic static final String IMG_NEXT_DIFF - See Also:
- Constant Field Values
 
 - 
IMG_PREV_DIFFpublic static final String IMG_PREV_DIFF - See Also:
- Constant Field Values
 
 - 
IMG_NEXT_CHANGEpublic static final String IMG_NEXT_CHANGE - See Also:
- Constant Field Values
 
 - 
IMG_PREV_CHANGEpublic static final String IMG_PREV_CHANGE - See Also:
- Constant Field Values
 
 - 
IMG_SYNCHRONIZED_SCROLLINGpublic static final String IMG_SYNCHRONIZED_SCROLLING - See Also:
- Constant Field Values
 
 - 
IMG_NEXT_CONFLICTpublic static final String IMG_NEXT_CONFLICT - See Also:
- Constant Field Values
 
 - 
IMG_PREV_CONFLICTpublic static final String IMG_PREV_CONFLICT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_WITHpublic static final String IMG_COMPARE_WITH - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_ANCESTOR_AND_LEFTpublic static final String IMG_COMPARE_ANCESTOR_AND_LEFT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_ANCESTOR_AND_RESULTpublic static final String IMG_COMPARE_ANCESTOR_AND_RESULT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_ANCESTOR_AND_RIGHTpublic static final String IMG_COMPARE_ANCESTOR_AND_RIGHT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_LEFT_AND_RESULTpublic static final String IMG_COMPARE_LEFT_AND_RESULT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_LEFT_AND_RIGHTpublic static final String IMG_COMPARE_LEFT_AND_RIGHT - See Also:
- Constant Field Values
 
 - 
IMG_COMPARE_RIGHT_AND_RESULTpublic static final String IMG_COMPARE_RIGHT_AND_RESULT - See Also:
- Constant Field Values
 
 - 
IMG_ADD_MERGE_ACTIONpublic static final String IMG_ADD_MERGE_ACTION - See Also:
- Constant Field Values
 
 - 
IMG_REMOVE_MERGE_ACTIONpublic static final String IMG_REMOVE_MERGE_ACTION - See Also:
- Constant Field Values
 
 - 
IMG_ADD_MERGE_ACTION_OVRpublic static final String IMG_ADD_MERGE_ACTION_OVR - See Also:
- Constant Field Values
 
 - 
IMG_REMOVE_MERGE_ACTION_OVRpublic static final String IMG_REMOVE_MERGE_ACTION_OVR - See Also:
- Constant Field Values
 
 - 
IMG_CONFLICT_NODEpublic static final String IMG_CONFLICT_NODE - See Also:
- Constant Field Values
 
 - 
IMG_CONFLICT_NODE_OVRpublic static final String IMG_CONFLICT_NODE_OVR - See Also:
- Constant Field Values
 
 - 
IMG_NODE_WARNINGpublic static final String IMG_NODE_WARNING - See Also:
- Constant Field Values
 
 - 
IMG_NODE_WARNING_OVRpublic static final String IMG_NODE_WARNING_OVR - See Also:
- Constant Field Values
 
 - 
IMG_SWITCH_MAINpublic static final String IMG_SWITCH_MAIN - See Also:
- Constant Field Values
 
 - 
IMG_SWITCH_OTHERpublic static final String IMG_SWITCH_OTHER - See Also:
- Constant Field Values
 
 - 
IMG_FILTER_SUBSYSTEMS_WITH_CHANGED_OBJECTSpublic static final String IMG_FILTER_SUBSYSTEMS_WITH_CHANGED_OBJECTS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initializeImageRegistrypublic static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) Initializes the specified image registry.- Parameters:
- reg- the registry to initialize.
 
 - 
getImagepublic static org.eclipse.swt.graphics.Image getImage(String id) Gets an image by id.- Parameters:
- id- the identifier, cannot be- null
- Returns:
- the image or null, if not found
 
 - 
getImageDescriptorpublic static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String id) Gets an image descriptor by id.- Parameters:
- id- the identifier, can not be- null
- Returns:
- the image descriptor or nullif not found
 
 
- 
 
-