# ObjectEvolutionTreeActor
The ObjectEvolutionTreeActor
is derived from Actor
. It sets the ID of the files selected in the detail view to the RelationTreeActor, so the complete tree is loaded. It also controls the loading and execution of actions and the updating of the tree after updating.
# Properties
Parent:
Actor
Type:
ObjectEvolutionTreeActor
# Parameter
# Parameters in the Layout
Attribute | Type | Description |
---|---|---|
beanActor | BeanActor (opens new window). | returns the ID of the file |
relationTreeActor | RelationTreeActor | The file's ID is set for this actor, so the complete tree is loaded. It is also required for the execution of further actions, e.g., to update the tree after certain actions. |
condOperationActor | CondOperationActor (opens new window). | required to control the evolution tree specific actions |
selectionActor | SelectionActor (opens new window). | listened by ObjectEvolutionTreeActor and loads actions for the selected file |
slidingListSelectionActor | SelectionActor (opens new window). | If an object is double-clicked, it is selected in the sliding list as if it had been selected there directly. |