tmf: formatting of tmf.ui.statistics
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / TmfBaseColumnData.java
index 2600102e46650848bd1c9eee2c36b624cc0a3bb2..7d9662a513ecfdb9603b91153ce2630f0a5f8fc3 100755 (executable)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *   Mathieu Denis      (mathieu.denis@polymtl.ca)  - Initial Implementation
+ *   Mathieu Denis <mathieu.denis@polymtl.ca> - Initial Implementation
  *   Bernd Hufmann - Added Annotations
  *******************************************************************************/
 
@@ -28,26 +28,33 @@ public class TmfBaseColumnData implements ITmfStatisticsColumnData {
      * Name of the column.
      */
     protected final String fHeader;
+
     /**
      * Width of the column.
      */
     protected final int fWidth;
+
     /**
      * Alignment of the column.
      */
     protected final int fAlignment;
+
     /**
      * Tooltip of the column.
      */
     protected final String fTooltip;
+
     /**
-     * Adapts a StatisticsTreeNode into the content of it's corresponding cell for that column.
+     * Adapts a StatisticsTreeNode into the content of it's corresponding cell
+     * for that column.
      */
     protected final ColumnLabelProvider fLabelProvider;
+
     /**
      * Used to sort elements of this column. Can be null.
      */
     protected final ViewerComparator fComparator;
+
     /**
      * Used to draw bar charts in this column. Can be null.
      */
This page took 0.024357 seconds and 5 git commands to generate.