diff options
Diffstat (limited to 'swing-utils-api.html')
-rw-r--r-- | swing-utils-api.html | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/swing-utils-api.html b/swing-utils-api.html index 9f8a77a0..e94dacca 100644 --- a/swing-utils-api.html +++ b/swing-utils-api.html @@ -88,6 +88,8 @@ by <span id="author">Unknown</span><br /> </pre><pre> </pre><h2>Overview</h2> <pre id="namespace-docstr"></pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -97,7 +99,9 @@ by <span id="author">Unknown</span><br /> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Translation table for the make-action constructor.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L70" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -108,7 +112,9 @@ by <span id="author">Unknown</span><br /> <pre id="var-docstr">Adds an ActionLister to component. When the action fires, f will be invoked with the event as its first argument followed by args. Returns the listener.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L23" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -119,7 +125,9 @@ Returns the listener.</pre> <pre id="var-docstr">Adds a KeyListener to component that only responds to KeyTyped events. When a key is typed, f is invoked with the KeyEvent as its first argument followed by args. Returns the listener.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L33" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -137,7 +145,9 @@ Either: - a set of :name, :mnemonic and :items keys, specifying a submenu with the given sequence of item entries. - an empty map specifying a separator.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L101" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -147,7 +157,9 @@ Either: </pre> <pre id="var-docstr">Executes body in the Swing event thread asynchronously. Returns immediately after scheduling the execution.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L58" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -158,7 +170,9 @@ immediately after scheduling the execution.</pre> <pre id="var-docstr">Runs thunk in the Swing event thread according to schedule: - :later => schedule the execution and return immediately - :now => wait until the execution completes.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L46" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -168,7 +182,9 @@ immediately after scheduling the execution.</pre> </pre> <pre id="var-docstr">Executes body in the Swing event thread synchronously. Returns after the execution is complete.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L64" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -181,7 +197,9 @@ recognised are: :name, :accelerator, :command-key, :long-desc, :short-desc, :mnemonic and :icon - corresponding to the similar named Action properties. The :handler value is used in the actionPerformed method of the proxy to pass on the event.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L80" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -192,7 +210,9 @@ method of the proxy to pass on the event.</pre> <pre id="var-docstr">Create a menubar containing the given sequence of menu items. The menu items are described by a map as is detailed in the docstring of the add-menu-item function.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L142" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -200,7 +220,9 @@ add-menu-item function.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">An atom containing the dispatch set for the add-menu-item method.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/swing_utils.clj#L97" id="var-source">Source</a> + + + </div> |