X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=inline;f=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2FSlcImages.java;fp=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2FSlcImages.java;h=0000000000000000000000000000000000000000;hb=7e2f6c6ae08e97925955184aaa29035ac05de149;hp=d881f0ec8c9e0b54ee1862700b054eacc91f2e71;hpb=48b6f7647f12f4b96d1914bcafc95efd7f43cc43;p=gpl%2Fargeo-slc.git 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 index d881f0ec8..000000000 --- a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java +++ /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"); - -}