tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / TmfView.java
index 72310436061ddfa4724a80415756de473fd7308d..981753ff29dcf0303a87b2b66e016ceeea23e6d3 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010, 2012 Ericsson
+ * Copyright (c) 2009, 2012 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -55,7 +55,8 @@ public abstract class TmfView extends ViewPart implements ITmfComponent {
        }
 
        /**
-        * Disposes this view and deregisters itself from the signal manager
+        * Disposes this view and de-registers itself from the signal manager
+        *
         * @see org.eclipse.ui.part.WorkbenchPart#dispose()
         */
        @Override
@@ -86,6 +87,10 @@ public abstract class TmfView extends ViewPart implements ITmfComponent {
                TmfSignalManager.dispatchSignal(signal);
        }
 
+    // ------------------------------------------------------------------------
+    // View pinning support
+    // ------------------------------------------------------------------------
+
     /**
      * Returns whether the pin flag is set.
      * For example, this flag can be used to ignore time synchronization signals from other TmfViews.
@@ -113,4 +118,5 @@ public abstract class TmfView extends ViewPart implements ITmfComponent {
             toolBarManager.add(fPinAction);
         }
     }
+
 }
This page took 0.024099 seconds and 5 git commands to generate.