From 47f8de7261fa8077a63058d5185e3cbb74983ff7 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 23 Jun 2010 15:12:16 +0200 Subject: Raw HTML documentation generated by JSDoc from Javadoc comments in the code --- docs/html/GLOBALS.html | 406 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 406 insertions(+) create mode 100644 docs/html/GLOBALS.html (limited to 'docs/html/GLOBALS.html') diff --git a/docs/html/GLOBALS.html b/docs/html/GLOBALS.html new file mode 100644 index 0000000..c0e3a9c --- /dev/null +++ b/docs/html/GLOBALS.html @@ -0,0 +1,406 @@ + + + + + +GLOBALS + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + +

Class GLOBALS

+
Object
+   |
+   +--GLOBALS
+
+ + +
+
+ +
class + GLOBALS + + +
+ +
+ + + + + + + + + + + + + + + + + + +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ + <static> Object + + + + + createTransferable() + +
+            + +
+ + <static> Object + + + + + getClipboard() + +
+            + returns content of the system clipboard +
+ + <static> void + + + + + initialize(callback) + +
+            + +
+ + <static> Object + + + + + isOurPage(window, matchingURLs) + +
+            + +
+ + <static> void + + + + + skipThisPage(doc) + +
+            + +
+ + + +

+ + + + + + + + + + + + + + + + + +


+ + + + + + + + + + + + +
+ Method Detail +
+ + + + +

createTransferable

+
<static> Object createTransferable()
+ + + + + + + + + + + +
+ + +

getClipboard

+
<static> Object getClipboard()
+ + + + + + + + + + + + + + + +
+ + +

initialize

+
<static> void initialize(callback)
+ + + + + + + + + + + +
+ + +

isOurPage

+
<static> Object isOurPage(window, matchingURLs)
+ + + + + + + + + + + +
+ + +

skipThisPage

+
<static> void skipThisPage(doc)
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + +
Documentation generated by JSDoc on Wed Jun 23 09:33:14 2010
+ + -- cgit