clojure.inspector
(source)Graphical object inspector for Clojure data structures.
For more info about this library see:
https://clojuredocs.org/clojure.corePublic Variable | Short Description |
---|---|
atom? (clj) | |
collection-tag (clj) | |
get-child (clj) | |
get-child-count (clj) | |
inspect (clj) | creates a graphical (Swing) inspector on the supplied object. |
inspect-table (clj) | creates a graphical (Swing) inspector on the supplied regular data, which must be a sequential data structure of data structures of equal length. |
inspect-tree (clj) | creates a graphical (Swing) inspector on the supplied hierarchical data. |
is-leaf (clj) | |
list-model (clj) | |
list-provider (clj) | |
old-table-model (clj) | |
table-model (clj) | |
tree-model (clj) |