summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/components
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-12-02 16:18:45 +0000
committerGrant Gayed <ggayed>2008-12-02 16:18:45 +0000
commitbf219895eeed085ac7691759faac06580d81d416 (patch)
tree61c948abf7e8aaf3602efa829d30a48f8fa36973 /bundles/org.eclipse.swt/components
parent19c0222eaad94683f1cf6389644b40fecfc90bf6 (diff)
downloadeclipse.platform.swt-bf219895eeed085ac7691759faac06580d81d416.tar.gz
eclipse.platform.swt-bf219895eeed085ac7691759faac06580d81d416.tar.xz
eclipse.platform.swt-bf219895eeed085ac7691759faac06580d81d416.zip
156276 - Provide a way for JavaScript to call out to the Browser's container
Diffstat (limited to 'bundles/org.eclipse.swt/components')
-rw-r--r--bundles/org.eclipse.swt/components/external.idl10
-rw-r--r--bundles/org.eclipse.swt/components/external.xptbin0 -> 183 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/components/external.idl b/bundles/org.eclipse.swt/components/external.idl
new file mode 100644
index 0000000000..fbc6d82b2e
--- /dev/null
+++ b/bundles/org.eclipse.swt/components/external.idl
@@ -0,0 +1,10 @@
+// to compile: xpidl -m typelib -I J:\teamswt\swt-builddir\gecko-sdk\idl\ -e External.xpt External.idl
+
+#include "nsISupports.idl"
+#include "nsIVariant.idl"
+
+[scriptable, uuid(ded01d20-ba6f-11dd-ad8b-0800200c9a66)]
+
+interface External : nsISupports {
+ nsIVariant callJava (in unsigned long index, in nsIVariant args);
+};
diff --git a/bundles/org.eclipse.swt/components/external.xpt b/bundles/org.eclipse.swt/components/external.xpt
new file mode 100644
index 0000000000..f57da7eddb
--- /dev/null
+++ b/bundles/org.eclipse.swt/components/external.xpt
Binary files differ