Liking cljdoc? Tell your friends :D

dsui.swing


addclj

(add p cs)
(add p cs lds)
source

conform-uiclj

(conform-ui spec data)

Shows how the data conformed to the spec. Useful for specs with choices (via s/or) or labeled values (vis s/cat). If the data does not conform, displays the explanation (explain-data) as a ui.

Shows how the data conformed to the spec. Useful for specs with choices (via s/or) or labeled values (vis s/cat). If the data does not conform, displays the explanation (explain-data) as a ui.
sourceraw docstring

createcljmultimethod

source

dsuiclj

(dsui ds)
(dsui ds close-f)

Creates a read-only, form-based swing UI for an arbitrary nested data structure.

Creates a read-only, form-based swing UI for an arbitrary nested data structure.
sourceraw docstring

dsui-contentclj

(dsui-content ds)
source

fieldclj

(field value)
source

field-gbcclj

(field-gbc x y)
source

frameclj

(frame title close-f)
source

gb-constraintsclj

(gb-constraints {:keys [x y fl gw wx wy a]})
source

jlistclj

(jlist lm)
source

labelclj

(label l)
source

list-modelclj

(list-model coll)
source

panelclj

(panel)
source

panel-gbcclj

(panel-gbc y)
source

refreshclj

(refresh frm)
source

tabbed-paneclj

(tabbed-pane m)
source

tableclj

(table tm)
source

table-modelclj

(table-model colnames rows)
source

watch-uiclj

(watch-ui ref)

Watches the ref and updates itself to mirror the ref's value whenever it changes.

Watches the ref and updates itself to mirror the ref's value whenever it changes.
sourceraw docstring

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

× close