]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java
Maintain info about changed resources in virtual graph
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / Activator.java
index 565c30895da465eec60cfbaf72298d312ee77b4f..dfce14c6b6c53a32e3b687fc5e7abb210a902edc 100644 (file)
@@ -41,6 +41,8 @@ public class Activator extends AbstractUIPlugin {
     public static String          INFO_SVG_TEXT;
     public static String          NOTE_SVG_TEXT;
     
     public static String          INFO_SVG_TEXT;
     public static String          NOTE_SVG_TEXT;
     
+    public static ImageDescriptor CHANGED_DECORATOR_ICON;
+
     public static ImageDescriptor BULLET_GREEN_ICON;
     public static ImageDescriptor BULLET_YELLOW_ICON;
 
     public static ImageDescriptor BULLET_GREEN_ICON;
     public static ImageDescriptor BULLET_YELLOW_ICON;
 
@@ -109,6 +111,8 @@ public class Activator extends AbstractUIPlugin {
         INFO_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/info.svg")); //$NON-NLS-1$
         NOTE_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/note4.svg")); //$NON-NLS-1$
 
         INFO_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/info.svg")); //$NON-NLS-1$
         NOTE_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/note4.svg")); //$NON-NLS-1$
 
+        CHANGED_DECORATOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/changed_decorator.png")); //$NON-NLS-1$
+
         BULLET_GREEN_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_green.png")); //$NON-NLS-1$
         BULLET_YELLOW_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_yellow.png")); //$NON-NLS-1$
 
         BULLET_GREEN_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_green.png")); //$NON-NLS-1$
         BULLET_YELLOW_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_yellow.png")); //$NON-NLS-1$