X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fcore%2FLifelineCategories.java;h=5a48dc4524d62b0a309b4ac7a0523dadefe1c95a;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=ec73feebe42280cc2ffedca4dbd1569aa495807e;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/LifelineCategories.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/LifelineCategories.java index ec73feebe4..5a48dc4524 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/LifelineCategories.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/LifelineCategories.java @@ -1,15 +1,13 @@ /********************************************************************** - * Copyright (c) 2005, 2006 IBM Corporation and others. - * Copyright (c) 2011, 2012 Ericsson. - * + * Copyright (c) 2005, 2012 IBM Corporation, Ericsson * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM - Initial API and implementation - * Bernd Hufmann - Updated for TMF + * + * Contributors: + * IBM - Initial API and implementation + * Bernd Hufmann - Updated for TMF **********************************************************************/ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core; @@ -17,13 +15,13 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IImage; /** *

- * LifelineCategories is used to assign additional description for + * LifelineCategories is used to assign additional description for * lifelines of the same type. This consists in providing a type name and an icon. * The icon will be displayed in the rectangle which contains the lifeline name. * The category name is only display in the lifeline tooltip. *

- * - * @version 1.0 + * + * @version 1.0 * @author sveyrier */ public class LifelineCategories { @@ -47,7 +45,7 @@ public class LifelineCategories { /** * Returns the category name. - * + * * @return the category name */ public String getName() { @@ -56,25 +54,25 @@ public class LifelineCategories { /** * Sets the category name. - * + * * @param string the name */ public void setName(String string) { fName = string; } - + /** * Returns the category icon. - * + * * @return the category icon */ public IImage getImage() { return fCategoryImage; } - + /** * Sets the category icon. - * + * * @param image the icon */ public void setImage(IImage image) {