tmf: API clean-up of sequence diagram framework
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / dialogs / MinMaxDialog.java
index 0ff3fc82ccc077ba9cbbd5be661c9e9242f69737..b962a3d22e9f7f8494356fdd384e191ab411f81d 100755 (executable)
@@ -46,39 +46,39 @@ public class MinMaxDialog extends Dialog {
     /**
      * Label for minimum.
      */
-    protected Label fMinLabel;
+    private Label fMinLabel;
     /**
      * Label for maximum.
      */
-    protected Label fMaxLabel;
+    private Label fMaxLabel;
     /**
      * Label for scale
      */
-    protected Label fScaleLabel;
+    private Label fScaleLabel;
     /**
      * Label for precision.
      */
-    protected Label fPrecisionLabel;
+    private Label fPrecisionLabel;
     /**
      * Text field for minimum.
      */
-    protected Text fMinText;
+    private Text fMinText;
     /**
      * Text field for maximum.
      */
-    protected Text fMaxText;
+    private Text fMaxText;
     /**
      * Text field for scale.
      */
-    protected Text fScaleText;
+    private Text fScaleText;
     /**
      * Text field for precision.
      */
-    protected Text fPrecisionText;
+    private Text fPrecisionText;
     /**
      * The sequence diagram widget reference.
      */
-    protected SDWidget fSdWidget;
+    private SDWidget fSdWidget;
 
     // ------------------------------------------------------------------------
     // Constructor
This page took 0.025609 seconds and 5 git commands to generate.