Uses of Interface
adams.core.JsonSupporter
-
Packages that use JsonSupporter Package Description adams.flow.sink adams.gui.core.json -
-
Uses of JsonSupporter in adams.flow.sink
Fields in adams.flow.sink declared as JsonSupporter Modifier and Type Field Description protected JsonSupporter
JsonDisplay. m_Tree
the tree displaying the JSON object. -
Uses of JsonSupporter in adams.gui.core.json
Classes in adams.gui.core.json that implement JsonSupporter Modifier and Type Class Description class
JsonTree
Specialized tree for displaying JSON objects/arrays.class
JsonTreeWithPreview
Panel with a JSON tree and a text area for previewing the data.
-