Liking cljdoc? Tell your friends :D

retroact.swing.listeners


proxy-action-listenerclj

(proxy-action-listener action-handler)

proxy-change-listenerclj

(proxy-change-listener change-handler)

proxy-combo-box-selection-listenerclj

(proxy-combo-box-selection-listener ctx selection-change-handler)

proxy-component-hidden-listenerclj

(proxy-component-hidden-listener handler)

proxy-component-resize-listenerclj

(proxy-component-resize-listener component-resize-handler)

proxy-component-shown-listenerclj

(proxy-component-shown-listener handler)

proxy-document-listener-to-text-change-listenerclj

(proxy-document-listener-to-text-change-listener text-component
                                                 text-change-handler)

proxy-focus-gainedclj

(proxy-focus-gained ctx focus-gained-handler)

proxy-focus-lostclj

(proxy-focus-lost ctx focus-lost-handler)

proxy-key-pressed-listenerclj

(proxy-key-pressed-listener handler)

proxy-list-selection-listenerclj

(proxy-list-selection-listener ctx selection-change-handler)

proxy-mouse-listener-clickclj

(proxy-mouse-listener-click app-ref click-handler)

proxy-mouse-listener-wheel-movedclj

(proxy-mouse-listener-wheel-moved ctx wheel-moved-handler)

proxy-property-change-listenerclj

(proxy-property-change-listener property-change-handler)

proxy-tree-list-selection-listenerclj

(proxy-tree-list-selection-listener ctx table selection-change-handler)

proxy-tree-selection-listenerclj

(proxy-tree-selection-listener ctx selection-change-handler)

proxy-window-listener-closeclj

(proxy-window-listener-close app-ref onscreen-component handler)

remove-listenercljmacro

(remove-listener component listener-name on-name)

Removes Retroact managed listeners from component matching the class on-name (e.g., RetroactSwingOnClick) using methods derived from listener-name. For example, if listener-name has the value MouseListener and on-name has the value RetroactSwingOnClick, then getMouseListeners and removeMouseListener will be used for all listeners that are instances of RetroactSwingOnClick.

Removes Retroact managed listeners from component matching the class on-name (e.g., RetroactSwingOnClick) using
methods derived from listener-name. For example, if listener-name has the value MouseListener and on-name has the
value RetroactSwingOnClick, then getMouseListeners and removeMouseListener will be used for all listeners that are
instances of RetroactSwingOnClick.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close