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%2FISDFindProvider.java;h=2bd745aab05842ff90313bff90ceffdb5b810810;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=c69bd83889f9441142687382a5cf516edb4cdaa8;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDFindProvider.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDFindProvider.java index c69bd83889..2bd745aab0 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDFindProvider.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDFindProvider.java @@ -1,39 +1,38 @@ /********************************************************************** - * 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.dialogs.Criteria; /** * Interface for providing a find provider. - * + * * Sequence Diagram loaders which implement this class provide the actions for finding the sequence diagram. This * interface also allow the implementor to set which action/feature are supported.
- * + * * Action provider are associated to a Sequence Diagram view by calling SDView.setSDFindProvider().
- * + * * Note that either provider implementing ISDFindProvider or IExtendedFindProvider can be active in the SDView.
- * + * * @version 1.0 * @author sveyrier - * + * */ public interface ISDFindProvider extends ISDGraphNodeSupporter { /** * Called when the Find dialog box OK button is pressed - * + * * @param toApply user selection made in the dialog box * @return true if the find got a non empty result */