NodeInspectorDock
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.
Properties
Which sides of the harbour this Dock can be moved to by the user.
Set this to false
to prevent the user closing this Dock. Closing the Dock programmatically is not affected by this.
The main content of the Dock.
Each side of the Harbour has two sets of Docks, primary
or secondary
. This decides if this Dock is placed in the primary
set if not explicitly specified. See Harbour.add
Determines which side of the Harbour this Dock will be placed if not explicitly specified. See Harbour.add.
Buttons (or other Nodes), which appear in the title-bar of this Dock. Initially, this contains only a close
button. If you want the close button to remain on the far right, then add items at the front of the list.
Appears in to ToggleButton at the side of the Harbour, as well as in the title-bar of the dock.
Functions
This PopupMenu appears when the user right-clicks the Dock's ToggleButton, or the Dock's title.