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 / ISDExtendedActionBarProvider.java
index 4e4c7df8b496850eeb1f6a556096a0108f80557d..3db07d2370ee986d4b7d517ca7ff2f12b147a202 100755 (executable)
@@ -1,31 +1,35 @@
 /**********************************************************************
- * 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: ISDExtendedActionBarProvider.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.ui.IActionBars;
 
 /**
+ * Interface for providing an extended action bar provider.
+ *
  * Sequence Diagram loaders which implement this interface provide their own action to the action bar.
- * 
+ *
  * Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setExtendedActionBarProvider()
- * 
+ *
+ * @version 1.0
+ * @author sveyrier
  */
 public interface ISDExtendedActionBarProvider {
 
     /**
      * The caller is supposed to add its own actions in the cool bar and the drop-down menu.<br>
      * See examples in SDView.createCoolbarContent().
-     * 
+     *
      * @param bar the bar
      */
     void supplementCoolbarContent(IActionBars bar);
This page took 0.023581 seconds and 5 git commands to generate.