tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / ShowNodeStart.java
index 353ae5a5f3ca185885a8412fd2b8156311b01f14..68fd0f3b6567720317fed9edd5494aacf26dea34 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * 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;
 
 import java.util.Iterator;
@@ -20,7 +19,7 @@ import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.ISelectionProvider;
 import org.eclipse.jface.viewers.StructuredSelection;
 import org.eclipse.linuxtools.internal.tmf.ui.ITmfImageConstants;
-import org.eclipse.linuxtools.internal.tmf.ui.TmfUiPlugin;
+import org.eclipse.linuxtools.internal.tmf.ui.Activator;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDWidget;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.GraphNode;
@@ -28,7 +27,7 @@ import org.eclipse.ui.IViewPart;
 
 /**
  * Action class implementation to show end of a graph node.
- * 
+ *
  * @version 1.0
  * @author sveyrier
  */
@@ -54,7 +53,7 @@ public class ShowNodeStart extends Action {
 
     /**
      * Constructor
-     * 
+     *
      * @param view The sequence diagram view reference
      */
     public ShowNodeStart(IViewPart view) {
@@ -62,7 +61,7 @@ public class ShowNodeStart extends Action {
         if (view instanceof SDView) {
             fView = (SDView)view;
         }
-        setImageDescriptor(TmfUiPlugin.getDefault().getImageDescripterFromPath(ITmfImageConstants.IMG_UI_NODE_START));
+        setImageDescriptor(Activator.getDefault().getImageDescripterFromPath(ITmfImageConstants.IMG_UI_NODE_START));
     }
 
     // ------------------------------------------------------------------------
@@ -104,7 +103,7 @@ public class ShowNodeStart extends Action {
 
    /**
     * Sets the active SD view.
-    * 
+    *
     * @param view The SD view.
     */
   public void setView(SDView view) {
This page took 0.02484 seconds and 5 git commands to generate.