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