[SRADA-XXX] Set auto scroll in feature dialog
authordongkyu6 lee <dongkyu6.lee@samsung.com>
Fri, 27 May 2016 05:13:41 +0000 (14:13 +0900)
committerdongkyu6 lee <dongkyu6.lee@samsung.com>
Fri, 27 May 2016 05:27:57 +0000 (14:27 +0900)
Change-Id: I4a732046016a1eddee37d2f7b60e7e2c94b3f97b

org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/flatfeature
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/FlatFeatureDialogFeatureListPage.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/FlatFeatureDialogSelectedFeaturePage.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/FlatFeatureDialogTargetPage.java

index 2d40fbc..48a3e5b 100644 (file)
@@ -3,16 +3,16 @@
 103|Core frequency|1||Timeline|||||
 201|System Memory usage|1||Timeline|||||
 202|Process Memory usage|1||Timeline|||||
-203|Memory Allocation|1||Memory|||||
+203|Memory Allocation|1||Memory|||||3
 301|Disk IO|1||Timeline|||||
-302|File Analysis|1||File|||||
+302|File Analysis|1||File|||||2
 401|OpenGL ES analysis|1||OpenGL|||||3
 501|Network IO|1||Timeline|||||
-502|Network Analysis|1||Traffic|||||
+502|Network Analysis|1||Traffic|||||2
 601|UI Event|1||Timeline|||||
 602|Screenshot|1||Timeline||10|100|10|
 603|UI Hierarchy|1||UI Hierarchy|||||
-701|Thread|1||Thread|||||
-702|Sync analysis|1||Thread|||||
+701|Thread|1||Thread|||||2
+702|Sync analysis|1||Thread|||||2
 801|Peripheral Status|1||Timeline|||||
 802|Power Estimation|1||Timeline|||||
index 0c8fca1..22cde45 100644 (file)
@@ -290,7 +290,6 @@ public class FlatFeatureDialogFeatureListPage extends DAPageComposite {
                featureListScrolledComp.setLayoutData(data);
                featureListScrolledComp.setExpandHorizontal(true);
                featureListScrolledComp.setExpandVertical(true);
-               featureListScrolledComp.setAlwaysShowScrollBars(true);
                featureListScrolledComp.setBackground(ColorResources.FEATURE_FEATURELISTCOMP_NORMAL_BACKGROUND);
                featureListScrolledComp.addPaintListener(new PaintListener() {
                        public void paintControl(PaintEvent e) {
@@ -364,7 +363,7 @@ public class FlatFeatureDialogFeatureListPage extends DAPageComposite {
                                                                  ImageResources.TOOLTIP_INFO_FEATURELIST_HOVER);
                        data = new FormData();
                        data.top = new FormAttachment(0, FEATURELIST_TOOLTIP_UPPER_MARGIN);
-                       data.left = new FormAttachment(0, FEATURELIST_COMP_WIDTH - 93);
+                       data.left = new FormAttachment(0, FEATURELIST_COMP_WIDTH - 63);
                        data.width = FEATURELIST_TOOLTIP_SIZE;
                        data.height = FEATURELIST_TOOLTIP_SIZE;
                        infoButton.setLayoutData(data);
@@ -378,7 +377,7 @@ public class FlatFeatureDialogFeatureListPage extends DAPageComposite {
                                        tooltip.open(tempButton.getShell());
                                        tooltip.setTooltipMessage((String)tempButton.getData("tooltipmsg"));
                                        // TODO: Need to set tool box image and size for DACustomTooltip
-                                       tooltip.setTooltipLocation(p, -50, -630);
+                                       tooltip.setTooltipLocation(p, -50, -660);
                                }
                        });
                        infoButton.addListener(SWT.MouseExit, new Listener() {
index 7a4a972..4b689fe 100644 (file)
@@ -226,7 +226,6 @@ public class FlatFeatureDialogSelectedFeaturePage extends DAPageComposite {
                selecetedScrolledComp.setLayoutData(data);
                selecetedScrolledComp.setExpandHorizontal(true);
                selecetedScrolledComp.setExpandVertical(true);
-               selecetedScrolledComp.setAlwaysShowScrollBars(true);
                selecetedScrolledComp.setBackground(ColorResources.FEATURE_FEATURELISTCOMP_NORMAL_BACKGROUND);
                selecetedScrolledComp.addPaintListener(new PaintListener() {
                        public void paintControl(PaintEvent e) {
index c332e80..8c6c3a0 100644 (file)
@@ -262,7 +262,6 @@ public class FlatFeatureDialogTargetPage extends DAPageComposite {
                targetScrolledComposite.setLayoutData(data);
                targetScrolledComposite.setExpandHorizontal(true);
                targetScrolledComposite.setExpandVertical(true);
-               targetScrolledComposite.setAlwaysShowScrollBars(true);
                targetScrolledComposite.setBackground(ColorResources.FEATURE_TARGETCOMP_BACKGROUND);
 
                // composite : input