Uses of Class
dataModelFX.connectionNodes.ModuleConnectionNode
-
Uses of ModuleConnectionNode in dataModelFX
Modifier and TypeMethodDescriptionDataModelPaneFX.findConnectionModule
(PamControlledUnit pamControlledUnit) Find the ModuleConnection node in the ConnectionPane which holds a certain PamControlledUnit.DataModelPaneFX.findConnectionModule
(PamControlledUnit pamControlledUnit, ArrayList<ConnectionNode> connectionNodes) Find the ModuleConnection node in the ConnectionPane which holds a certain PamControlledUnit.Modifier and TypeMethodDescriptionboolean
DataModelPaneFX.attemptModuleDisconnect
(ModuleConnectionNode childNode, ModuleConnectionNode parentNode) Disconnect two modules.void
DataModelConnectPane.removeModuleNode
(ModuleConnectionNode moduleConnectionNode) Remove module from the pane and PAM model. -
Uses of ModuleConnectionNode in dataModelFX.connectionNodes
Modifier and TypeClassDescriptionclass
Connection node for the binary storage module.class
ConnectionNode for database module.class
The display connection node changes the colour of connection lines which connect from parent nodes.Modifier and TypeMethodDescriptionConnectionNodeFactory.addNewModule
(PamControlledUnit pamControlledUnit, double x, double y) Adds a new connection node to theConnectionNodeFactory.createConnectionnNode
(String unitType) Create a new connection node.ConnectionNodeFactory.createConnectionnNode
(PamControlledUnit pamControlledUnit) Create a new connection node.