diff options
Diffstat (limited to 'swing-utils-api.html')
-rw-r--r-- | swing-utils-api.html | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/swing-utils-api.html b/swing-utils-api.html index 4e7a6ca9..918e78f3 100644 --- a/swing-utils-api.html +++ b/swing-utils-api.html @@ -90,7 +90,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L70" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L70" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -101,7 +102,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -112,7 +114,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L33" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L33" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,7 +133,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L101" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -140,7 +144,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L58" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L58" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -151,7 +156,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L46" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L46" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -161,7 +167,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -174,7 +181,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L80" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L80" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -185,7 +193,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L142" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L142" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -193,7 +202,8 @@ 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/2c75edd4a1764b9453107e50feceb0fc185faae2/src/clojure/contrib/swing_utils.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/swing_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/swing_utils.clj#L97" id="var-source">Source</a> </div> |