tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / provider / ISDFindProvider.java
index 3a62ceeb661f6d011f51f0f1e89379b7d8dde740..2bd745aab05842ff90313bff90ceffdb5b810810 100755 (executable)
@@ -1,33 +1,38 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006, 2011 IBM Corporation and others.
+ * 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
- * $Id: ISDFindProvider.java,v 1.2 2006/09/20 20:56:26 ewchan Exp $
- * 
- * 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.handlers.widgets.Criteria;
+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 SDWidget calling SDViewer.setSDFindProvider()
- * 
+ * interface also allow the implementor to set which action/feature are supported.<br>
+ *
+ * Action provider are associated to a Sequence Diagram view by calling <code>SDView.setSDFindProvider()</code>.<br>
+ *
+ * Note that either provider implementing ISDFindProvider or IExtendedFindProvider can be active in the SDView.<br>
+ *
+ * @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
      */
This page took 0.024366 seconds and 5 git commands to generate.