# ObjectEvolutionTreeActor

The ObjectEvolutionTreeActor is derived from the "Actor". This actor 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

  • Type: ´ObjectEvolutionTreeActor´

# Attributes

The following attributes can be set for this actor in a layout:

Attribute Type Description
beanActor BeanActor 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 necessary for the execution of further actions, e.g. to update the tree after certain actions.
condOperationActor CondOperationActor required to control the evolution tree specific actions
selectionActor SelectionActor listened by ObjectEvolutionTreeActor and loads actions for the selected file
slidingListSelectionActor SelectionActor If an object is double-clicked, it is selected in the sliding list as if it had been selected there directly.
Request missing documentation