Class: ConnectionsTreeDataProvider

ConnectionsTreeDataProvider()

TreeProvider class for a TreeView of requested and used-by nodes from visualization.

Constructor

new ConnectionsTreeDataProvider()

Inititalizes the provider.
Source:

Members

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

Methods

clearAllNodes()

Clear the list of nodes.
Source:

clearAllNodes()

Clear the list of nodes.
Source:

getChildren()

Get a list of childer of the element.
Source:
Returns:
All data elements as there is only one layer in the tree.

getChildren()

Get a list of childer of the element.
Source:
Returns:
All data elements as there is only one layer in the tree.

getTreeItem(element)

Get the tree item (implemented because it is required by the interface).
Parameters:
Name Type Description
element Element that is also returned.
Source:
Returns:

getTreeItem(element)

Get the tree item (implemented because it is required by the interface).
Parameters:
Name Type Description
element Element that is also returned.
Source:
Returns:

refresh()

Refresh the TreeViev.
Source:

refresh()

Refresh the TreeViev.
Source:

updateNodes(nodeData)

Adds new nodes to the TreeView.
Parameters:
Name Type Description
nodeData List of nodes to be added.
Source:

updateNodes(nodeData)

Adds new nodes to the TreeView.
Parameters:
Name Type Description
nodeData List of nodes to be added.
Source:

ConnectionsTreeDataProvider()

TreeProvider class for a TreeView of requested and used-by nodes from visualization.

Constructor

new ConnectionsTreeDataProvider()

Inititalizes the provider.
Source:

Members

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

Methods

clearAllNodes()

Clear the list of nodes.
Source:

clearAllNodes()

Clear the list of nodes.
Source:

getChildren()

Get a list of childer of the element.
Source:
Returns:
All data elements as there is only one layer in the tree.

getChildren()

Get a list of childer of the element.
Source:
Returns:
All data elements as there is only one layer in the tree.

getTreeItem(element)

Get the tree item (implemented because it is required by the interface).
Parameters:
Name Type Description
element Element that is also returned.
Source:
Returns:

getTreeItem(element)

Get the tree item (implemented because it is required by the interface).
Parameters:
Name Type Description
element Element that is also returned.
Source:
Returns:

refresh()

Refresh the TreeViev.
Source:

refresh()

Refresh the TreeViev.
Source:

updateNodes(nodeData)

Adds new nodes to the TreeView.
Parameters:
Name Type Description
nodeData List of nodes to be added.
Source:

updateNodes(nodeData)

Adds new nodes to the TreeView.
Parameters:
Name Type Description
nodeData List of nodes to be added.
Source: