Class: RemovedTreeDataProvider

RemovedTreeDataProvider()

TreeProvider class for a TreeView of nodes removed from visualization.

Constructor

new RemovedTreeDataProvider()

Inititalizes the provider.
Source:

Members

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

Methods

addNode(label, recipe)

Adds a new node to the list of removed nodes.
Parameters:
Name Type Description
label Name of the recipe.
recipe Path to the recipe file.
Source:

addNode(label, recipe)

Adds a new node to the list of removed nodes.
Parameters:
Name Type Description
label Name of the recipe.
recipe Path to the recipe file.
Source:

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:

removeNode(label)

Remove node from the list of removed nodes.
Parameters:
Name Type Description
label Name of the node to be removed.
Source:

removeNode(label)

Remove node from the list of removed nodes.
Parameters:
Name Type Description
label Name of the node to be removed.
Source:

RemovedTreeDataProvider()

TreeProvider class for a TreeView of nodes removed from visualization.

Constructor

new RemovedTreeDataProvider()

Inititalizes the provider.
Source:

Members

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

_onDidChangeTreeData

Action executed when TreeView data changed.
Source:

Methods

addNode(label, recipe)

Adds a new node to the list of removed nodes.
Parameters:
Name Type Description
label Name of the recipe.
recipe Path to the recipe file.
Source:

addNode(label, recipe)

Adds a new node to the list of removed nodes.
Parameters:
Name Type Description
label Name of the recipe.
recipe Path to the recipe file.
Source:

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:

removeNode(label)

Remove node from the list of removed nodes.
Parameters:
Name Type Description
label Name of the node to be removed.
Source:

removeNode(label)

Remove node from the list of removed nodes.
Parameters:
Name Type Description
label Name of the node to be removed.
Source: