]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistImages.java
enhance distribution UI
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / DistImages.java
index 69093fb80b975a6941fa315fb04b4d4c2c2b5c96..d2756ff8a3fee9bef318eca022a694c65e99946b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,10 +19,33 @@ import org.eclipse.swt.graphics.Image;
 
 /** Shared icons. */
 public class DistImages {
+
        public final static Image IMG_ARTIFACT_BASE = DistPlugin
                        .getImageDescriptor("icons/artifactBase.gif").createImage();
        public final static Image IMG_ARTIFACT_VERSION_BASE = DistPlugin
                        .getImageDescriptor("icons/artifactVersionBase.gif").createImage();
        public final static Image IMG_FILE = DistPlugin.getImageDescriptor(
                        "icons/file.gif").createImage();
+
+       /* WORKSPACES */
+       public final static Image IMG_WKSP = DistPlugin.getImageDescriptor(
+                       "icons/distribution_perspective.gif").createImage();
+
+       /* REPOSITORIES */
+       public final static Image IMG_REPO = DistPlugin.getImageDescriptor(
+                       "icons/repo.gif").createImage();
+       public final static Image IMG_REPO_READONLY = DistPlugin
+                       .getImageDescriptor("icons/repoReadOnly.gif").createImage();
+       public final static Image IMG_ADD_REPO = DistPlugin.getImageDescriptor(
+                       "icons/addRepo.gif").createImage();
+       public final static Image IMG_REMOVE_REPO = DistPlugin.getImageDescriptor(
+                       "icons/artifactBase.gif").createImage();
+       public final static Image IMG_FETCH_REPO = DistPlugin.getImageDescriptor(
+                       "icons/fetchRepo.png").createImage();
+
+       /* CHECK BOXES */
+       public final static Image CHECKED = DistPlugin.getImageDescriptor(
+                       "icons/checked.gif").createImage();
+       public final static Image UNCHECKED = DistPlugin.getImageDescriptor(
+                       "icons/unchecked.gif").createImage();
 }