Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.awt.events

Functions to create and add AWT event listeners.

Functions to create and add AWT event listeners.
raw docstring

action-listenerclj

(action-listener f & args)

Creates an action listener. Calls function 'f' on performing the action.

Creates an action listener. Calls function 'f' on performing the action.
sourceraw docstring

add-component-listenerclj

(add-component-listener c l)

Adds a component listener to the component.

Adds a component listener to the component.
sourceraw docstring

add-container-listenerclj

(add-container-listener c l)

Adds a container listener to the container.

Adds a container listener to the container.
sourceraw docstring

add-focus-listenerclj

(add-focus-listener c l)

Adds a focus listener to the component.

Adds a focus listener to the component.
sourceraw docstring

add-hierarchy-bounds-listenerclj

(add-hierarchy-bounds-listener c l)

Adds a hierarchy bounds listener to the component.

Adds a hierarchy bounds listener to the component.
sourceraw docstring

add-hierarchy-listenerclj

(add-hierarchy-listener c l)

Adds a hierarchy listener to the component.

Adds a hierarchy listener to the component.
sourceraw docstring

add-input-method-listenerclj

(add-input-method-listener c l)

Adds a input method listener to the component.

Adds a input method listener to the component.
sourceraw docstring

add-key-listenerclj

(add-key-listener c l)

Adds a key listener to the component.

Adds a key listener to the component.
sourceraw docstring

add-mouse-listenerclj

(add-mouse-listener c l)

Adds a mouse listener to the component.

Adds a mouse listener to the component.
sourceraw docstring

add-mouse-motion-listenerclj

(add-mouse-motion-listener c l)

Adds a mouse motion listener to the component.

Adds a mouse motion listener to the component.
sourceraw docstring

add-mouse-wheel-listenerclj

(add-mouse-wheel-listener c l)

Adds a mouse wheel listener to the component.

Adds a mouse wheel listener to the component.
sourceraw docstring

add-property-change-listenerclj

(add-property-change-listener c l)
(add-property-change-listener c p l)

Adds a property change listener to the component.

Adds a property change listener to the component.
sourceraw docstring

adjustment-listenerclj

(adjustment-listener f & args)

Creates an adjustment listener. Calls function 'f' on adjustment value changes.

Creates an adjustment listener. Calls function 'f' on adjustment value changes.
sourceraw docstring

component-adapterclj

(component-adapter f-hidden f-moved f-resized f-shown & args)

Creates a component adaper. Calls the appropriate functions on events.

Creates a component adaper. Calls the appropriate functions on events.
sourceraw docstring

component-hidden-listenerclj

(component-hidden-listener f & args)

Creates a component hidden listener. Calls function 'f' on component hidden.

Creates a component hidden listener. Calls function 'f' on component hidden.
sourceraw docstring

component-moved-listenerclj

(component-moved-listener f & args)

Creates a component moved listener. Calls function 'f' on component moved.

Creates a component moved listener. Calls function 'f' on component moved.
sourceraw docstring

component-resized-listenerclj

(component-resized-listener f & args)

Creates a component resized listener. Calls function 'f' on component resized.

Creates a component resized listener. Calls function 'f' on component resized.
sourceraw docstring

component-shown-listenerclj

(component-shown-listener f & args)

Creates a component shown listener. Calls function 'f' on component shown.

Creates a component shown listener. Calls function 'f' on component shown.
sourceraw docstring

container-added-listenerclj

(container-added-listener f & args)

Creates a container added listener. Calls function 'f' on container added.

Creates a container added listener. Calls function 'f' on container added.
sourceraw docstring

container-removed-listenerclj

(container-removed-listener f & args)

Creates a container removed listener. Calls function 'f' on container removed.

Creates a container removed listener. Calls function 'f' on container removed.
sourceraw docstring

defadaptercljmacro

(defadapter adapter args & fn-bindings)
sourceraw docstring

focus-gained-listenerclj

(focus-gained-listener f & args)

Creates a focus gained listener. Calls function 'f' on focus gained event.

Creates a focus gained listener. Calls function 'f' on focus gained event.
sourceraw docstring

focus-lost-listenerclj

(focus-lost-listener f & args)

Creates a focus lost listener. Calls function 'f' on focus lost event.

Creates a focus lost listener. Calls function 'f' on focus lost event.
sourceraw docstring

hierarchy-bounds-moved-listenerclj

(hierarchy-bounds-moved-listener f & args)

Creates a hierarchy bounds moved listener. Calls function 'f' on hierarchy bounds moved event.

Creates a hierarchy bounds moved listener. Calls function 'f' on hierarchy bounds moved event.
sourceraw docstring

hierarchy-bounds-resized-listenerclj

(hierarchy-bounds-resized-listener f & args)

Creates a hierarchy bounds resized listener. Calls function 'f' on hierarchy bounds resized event.

Creates a hierarchy bounds resized listener. Calls function 'f' on hierarchy bounds resized event.
sourceraw docstring

hierarchy-listenerclj

(hierarchy-listener f & args)

Creates a hierarchy listener. Calls function 'f' on hierarchy changed event.

Creates a hierarchy listener. Calls function 'f' on hierarchy changed event.
sourceraw docstring

item-listenerclj

(item-listener f & args)

Creates an item listener. Calls function 'f' on item state changed event.

Creates an item listener. Calls function 'f' on item state changed event.
sourceraw docstring

key-pressed-listenerclj

(key-pressed-listener f & args)

Creates a key pressed listener. Calls function 'f' on key pressed event.

Creates a key pressed listener. Calls function 'f' on key pressed event.
sourceraw docstring

key-released-listenerclj

(key-released-listener f & args)

Creates a key released listener. Calls function 'f' on key released event.

Creates a key released listener. Calls function 'f' on key released event.
sourceraw docstring

key-typed-listenerclj

(key-typed-listener f & args)

Creates a key typed listener. Calls function 'f' on key typed event.

Creates a key typed listener. Calls function 'f' on key typed event.
sourceraw docstring

mouse-clicked-listenerclj

(mouse-clicked-listener f & args)

Creates a mouse clicked listener. Calls function 'f' on mouse clicked event.

Creates a mouse clicked listener. Calls function 'f' on mouse clicked event.
sourceraw docstring

mouse-entered-listenerclj

(mouse-entered-listener f & args)

Creates a mouse entered listener. Calls function 'f' on mouse entered event.

Creates a mouse entered listener. Calls function 'f' on mouse entered event.
sourceraw docstring

mouse-exited-listenerclj

(mouse-exited-listener f & args)

Creates a mouse exited listener. Calls function 'f' on mouse exited event.

Creates a mouse exited listener. Calls function 'f' on mouse exited event.
sourceraw docstring

mouse-motion-dragged-listenerclj

(mouse-motion-dragged-listener f & args)

Creates a mouse motion dragged listener. Calls function 'f' on mouse dragged event.

Creates a mouse motion dragged listener. Calls function 'f' on mouse dragged event.
sourceraw docstring

mouse-motion-moved-listenerclj

(mouse-motion-moved-listener f & args)

Creates a mouse motion moved listener. Calls function 'f' on mouse moved event.

Creates a mouse motion moved listener. Calls function 'f' on mouse moved event.
sourceraw docstring

mouse-pressed-listenerclj

(mouse-pressed-listener f & args)

Creates a mouse pressed listener. Calls function 'f' on mouse pressed event.

Creates a mouse pressed listener. Calls function 'f' on mouse pressed event.
sourceraw docstring

mouse-released-listenerclj

(mouse-released-listener f & args)

Creates a mouse released listener. Calls function 'f' on mouse released event.

Creates a mouse released listener. Calls function 'f' on mouse released event.
sourceraw docstring

mouse-wheel-listenerclj

(mouse-wheel-listener f & args)

Creates a mouse wheel listener. Calls function 'f' on mouse wheel moved event.

Creates a mouse wheel listener. Calls function 'f' on mouse wheel moved event.
sourceraw docstring

no-operation-fnclj

(no-operation-fn)
sourceraw docstring

text-listenerclj

(text-listener f & args)

Creates a text listener. Calls function 'f' on text value changed event.

Creates a text listener. Calls function 'f' on text value changed event.
sourceraw docstring

window-activated-listenerclj

(window-activated-listener f & args)

Creates a window activated listener. Calls function 'f' on window activated event.

Creates a window activated listener. Calls function 'f' on window activated event.
sourceraw docstring

window-closed-listenerclj

(window-closed-listener f & args)

Creates a window closed listener. Calls function 'f' on window closed event.

Creates a window closed listener. Calls function 'f' on window closed event.
sourceraw docstring

window-closing-listenerclj

(window-closing-listener f & args)

Creates a window closing listener. Calls function 'f' on window closing event.

Creates a window closing listener. Calls function 'f' on window closing event.
sourceraw docstring

window-deactivated-listenerclj

(window-deactivated-listener f & args)

Creates a window deactivated listener. Calls function 'f' on window deactivated event.

Creates a window deactivated listener. Calls function 'f' on window deactivated event.
sourceraw docstring

window-deiconified-listenerclj

(window-deiconified-listener f & args)

Creates a window deiconified listener. Calls function 'f' on window deiconified event.

Creates a window deiconified listener. Calls function 'f' on window deiconified event.
sourceraw docstring

window-focus-gained-listenerclj

(window-focus-gained-listener f & args)

Creates a window focus gained listener. Calls function 'f' on window focus gained event.

Creates a window focus gained listener. Calls function 'f' on window focus gained event.
sourceraw docstring

window-focus-lost-listenerclj

(window-focus-lost-listener f & args)

Creates a window focus lost listener. Calls function 'f' on window focus lost event.

Creates a window focus lost listener. Calls function 'f' on window focus lost event.
sourceraw docstring

window-iconified-listenerclj

(window-iconified-listener f & args)

Creates a window iconified listener. Calls function 'f' on window iconified event.

Creates a window iconified listener. Calls function 'f' on window iconified event.
sourceraw docstring

window-opened-listenerclj

(window-opened-listener f & args)

Creates a window opened listener. Calls function 'f' on window opened event.

Creates a window opened listener. Calls function 'f' on window opened event.
sourceraw docstring

window-state-changed-listenerclj

(window-state-changed-listener f & args)

Creates a window state changed listener. Calls function 'f' on window state changed event.

Creates a window state changed listener. Calls function 'f' on window state changed event.
sourceraw docstring

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

× close