]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java
Start migrating SLC client
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / SlcImages.java
diff --git a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java
deleted file mode 100644 (file)
index d881f0e..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * 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.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.argeo.slc.client.ui;
-
-import static org.argeo.slc.client.ui.ClientUiPlugin.getImageDescriptor;
-import static org.argeo.slc.client.ui.ClientUiPlugin.img;
-
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.swt.graphics.Image;
-
-/** Shared images. */
-public class SlcImages {
-       public final static Image AGENT = img("icons/agent.gif");
-       public final static Image AGENT_FACTORY = img("icons/agentFactory.gif");
-       public final static Image MODULE = img("icons/module.png");
-       public final static Image MODULE_STOPPED = img("icons/module_stopped.gif");
-       public final static Image FOLDER = img("icons/folder.gif");
-       public final static Image MY_RESULTS_FOLDER = img("icons/myResult.png");
-       public final static Image RENAME = img("icons/rename.png");
-       public final static Image FLOW = img("icons/flow.png");
-       public final static Image PROCESSES = img("icons/processes.gif");
-       public final static Image PASSED = img("icons/passed.gif");
-       public final static Image ERROR = img("icons/error.gif");
-       public final static Image LAUNCH = img("icons/launch.gif");
-       public final static Image RELAUNCH = img("icons/relaunch.gif");
-       public final static Image KILL = img("icons/kill.png");
-       public final static Image REMOVE_ONE = img("icons/remove_one.gif");
-       public final static Image REMOVE_ALL = img("icons/removeAll.png");
-       public final static Image EXECUTION_SPECS = img("icons/executionSpecs.gif");
-       public final static Image EXECUTION_SPEC = img("icons/executionSpec.gif");
-       public final static Image EXECUTION_SPEC_ATTRIBUTE = img("icons/executionSpecAttribute.gif");
-       public final static Image CHOICES = img("icons/choices.gif");
-       public final static Image PROCESS_ERROR = img("icons/process_error.png");
-       public final static Image PROCESS_SCHEDULED = img("icons/process_scheduled.gif");
-       public final static Image PROCESS_RUNNING = img("icons/process_running.png");
-       public final static Image PROCESS_COMPLETED = img("icons/process_completed.png");
-
-       // Decorators
-       public final static ImageDescriptor EXECUTION_ERROR = getImageDescriptor("icons/executionError.gif");
-       public final static ImageDescriptor EXECUTION_PASSED = getImageDescriptor("icons/executionPassed.gif");
-
-}