X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fhandlers%2Fprovider%2FISDCollapseProvider.java;h=3ca2b7318c4d91df7ef582ff41979c2b9002fb80;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=649cfc8cc5a58bf9f8c5d619169ba4eddf6eec72;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDCollapseProvider.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDCollapseProvider.java index 649cfc8cc5..3ca2b7318c 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDCollapseProvider.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDCollapseProvider.java @@ -1,26 +1,25 @@ /********************************************************************** - * 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.handlers.provider; import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.Lifeline; /** * Interface for providing a collapse provider. - * + * * Sequence diagram loaders which want to support Drag and Drop collapsing in the sequence diagram must implement this * interface and register this implementation using SDView.setCollapsingProvider(); - * + * * @version 1.0 * @author sveyrier */ @@ -28,7 +27,7 @@ public interface ISDCollapseProvider { /** * Called back when the sequence diagram is requesting 2 lifelines collapsing - * + * * @param lifeline1 - One of the lifeline to collapse * @param lifeline2 - The other lifeline to collapse with */