tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / OpenSDPagesDialog.java
index b93ff5f49c842460c15ff80e5be9cc1f9884be68..2c4587d556940fb2d1a1b6ec97de42371cdbee58 100755 (executable)
@@ -1,21 +1,21 @@
 /**********************************************************************
  * Copyright (c) 2005, 2008 IBM Corporation and others.
  * Copyright (c) 2011, 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 accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  * IBM - Initial API and implementation
  * Bernd Hufmann - Updated for TMF
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers;
 
 import org.eclipse.jface.action.Action;
-import org.eclipse.linuxtools.internal.tmf.ui.ITmfImageConstants;
 import org.eclipse.linuxtools.internal.tmf.ui.Activator;
+import org.eclipse.linuxtools.internal.tmf.ui.ITmfImageConstants;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.dialogs.PagesDialog;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDAdvancedPagingProvider;
@@ -23,6 +23,9 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.util.SDMessages;
 
 /**
  * Action class implementation for paging.
+ *
+ * @version 1.0
+ * @author Bernd Hufmann
  */
 public class OpenSDPagesDialog extends Action {
 
@@ -33,7 +36,7 @@ public class OpenSDPagesDialog extends Action {
      * The action ID.
      */
     public static final String ID = "org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.sdPaging"; //$NON-NLS-1$
-    
+
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
@@ -50,8 +53,8 @@ public class OpenSDPagesDialog extends Action {
     // Constructors
     // ------------------------------------------------------------------------
     /**
-     * Constructor 
-     * 
+     * Constructor
+     *
      * @param view The view reference
      */
     public OpenSDPagesDialog(SDView view, ISDAdvancedPagingProvider provider) {
This page took 0.026339 seconds and 5 git commands to generate.