TreeNodeData

matrix. TreeNodeData

Base class for matrix tree objects, e.g. groups and ports.

Constructor

new TreeNodeData()

Source:

Members

icon

Source:

The tree node icon.

id

Source:

The tree node id.

isGroup

Source:

Is true if this object is a group.

label

Source:

The tree node label.

Methods

isChildOf(node)

Source:

Returns true if this node is a child of the given node.

Parameters:
Name Type Description
node TreeNodeData