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 / ISDFilterProvider.java
index 2bbcce0247495896467353b85ca1c3e0dc9596d6..0aeacc8af40dc50224a76fca59747505cb32b76c 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: ISDFilterProvider.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 java.util.List;
 
 /**
+ * Interface for providing a filter provider.
+ *
  * Sequence Diagram loaders which implement this class provide the actions filtering the sequence diagram.<br>
  * This interface also allow the implementor to set which graph nodes are supporting filtering (thanks to
  * ISDGraphNodeSupporter extension).<br>
- * 
- * Action provider are associated to a Sequence Diagram SDWidget calling <code>SDViewer.setSDFilterProvider</code><br>
- * 
+ *
+ * Action provider are associated to a Sequence Diagram view by calling <code>SDView.setSDFilterProvider</code><br>
+ *
  * Filters to be applied to be managed by the loader in an ArrayList of FilterCriteria.<br>
+ *
+ * @version 1.0
+ * @author sveyrier
  */
 public interface ISDFilterProvider extends ISDGraphNodeSupporter {
 
     /**
      * Called when the Filter dialog box OK button is pressed
-     * 
+     *
      * @param filters user selection made in the dialog box
      * @return true if the filter applied
      */
This page took 0.023943 seconds and 5 git commands to generate.