NodeInspectorDock

open class NodeInspectorDock(harbour: Harbour) : Dock

A Dock containing a NodeInspector (in the Glok core project) which displays a TreeView of nodes. Click on an item in the tree to see details of that node in the 'Details Panel' below the TreeView.

Constructors

Link copied to clipboard
constructor(harbour: Harbour)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filters which nodes appear in the TreeView. By default, all nodes are included. Consider changing the filter to only include visible items.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun refresh()