UIB: add showInspector func 56/21756/1
authorgyeongmin.ju <gyeongmin.ju@samsung.com>
Tue, 27 May 2014 10:44:08 +0000 (19:44 +0900)
committergyeongmin.ju <gyeongmin.ju@samsung.com>
Tue, 27 May 2014 10:44:08 +0000 (19:44 +0900)
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I0b35b5abeb2b7554cdd0a457136e00500adeb129

org.tizen.webuibuilder/src/org/tizen/webuibuilder/browserwidget/ImageBufferedBrowser.java

index 5dd65b9..5f1973a 100644 (file)
@@ -359,6 +359,14 @@ public class ImageBufferedBrowser {
         return getContentsSize(browserId);
     }
 
+    public void showInspector(boolean show) {
+        if (browserId <= 0) {
+            return;
+        }
+
+        showInspector(browserId, (show)? 1 : 0);
+    }
+
     public float getZoomScale() {
         if (browserId <= 0) {
             return 0;