assemblits / eru

The open JavaFX SCADA
GNU General Public License v3.0
14 stars 9 forks source link

Displays are launch by pressing a table row button. Fix #57 #63

Closed marl0rd closed 7 years ago

marl0rd commented 7 years ago

Display has a ObjectProperty for Node. When a display is launched, the node is created to be shown and is setted to the display object. The tagLinksManager installs a listener on the node, when a newNode is installed on a display, this is connected to the tags and therefore the node is updated with the tag value changes.

That's all...