Class ManagementModel

    • Method Detail

      • findNode

        public ManagementModelNode findNode​(String address)
        Find a node in the tree. The node must be "visible" to be found.
        Parameters:
        address - The full address of the node matching ManagementModelNode.addressPath()
        Returns:
        The node, or null if not found.
      • getSelectedNode

        public ManagementModelNode getSelectedNode()
        Get the node that has been selected by the user, or null if nothing is selected.
        Returns:
        The node or null