Uses of Interface
pamViewFX.fxNodes.connectionPane.ConnectionNode
Package
Description
-
Uses of ConnectionNode in dataModelFX
Modifier and TypeMethodDescriptionboolean
DataModelConnectPane.checkModuleAdded
(PamControlledUnit pamControlledUnit, ArrayList<ConnectionNode> connectionNodes) Check whether a module has been added or not.DataModelPaneFX.findConnectionModule
(PamControlledUnit pamControlledUnit, ArrayList<ConnectionNode> connectionNodes) Find the ModuleConnection node in the ConnectionPane which holds a certain PamControlledUnit. -
Uses of ConnectionNode 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.class
A connection node which represents a PAMGuard PamControlledUnit.Modifier and TypeMethodDescriptionDBConnectionNode.getCoreConnectionNodes()
ModuleConnectionNode.getCoreConnectionNodes()
Get all other nodes core lines should connect to. -
Uses of ConnectionNode in dataModelFX.structures
Modifier and TypeClassDescriptionclass
PAM extension structure.class
Structure which groups together connection nodes.ModifierConstructorDescriptionPamGroupStructureParams
(ConnectionNode connectionStructure) PamStructureParams
(ConnectionNode connectionStructure) StructureParams
(ConnectionNode connectionStructure) -
Uses of ConnectionNode in pamViewFX.fxNodes.connectionPane
Modifier and TypeClassDescriptionclass
Holds all elements of a connection node together.Modifier and TypeMethodDescriptionConnectorNode.getConnectionNode()
Get the connection node the shape is associated with;Modifier and TypeMethodDescriptionConnectionPane.getAllConnectionNodes()
Get all connection nodes within the connection pane and any associated sub panes.ConnectionPane.getAllConnectionNodes
(boolean includeStructures) Get all connection nodes within the connection pane and any associated sub panes.ConnectionPane.getAllConnectionStructures()
Get all connection structures within the connection pane and any associated sub panes.ArrayList<? extends ConnectionNode>
ConnectionNode.getChildConnectionNodes()
Get children of the connection nodeConnectionPane.getChildConnectionNodes
(StandardConnectionNode connectionNode) Get all node children of a connection node.StandardConnectionNode.getChildConnectionNodes()
ConnectionPane.getConnectionNodes()
Get all connectionNodes added to the ConnectionPane.ConnectionPane.getConnectionNodes
(boolean includeStructures) Get all connection nodes within the connection pane.ArrayList<? extends ConnectionNode>
ConnectionNode.getParentConnectionNodes()
Get the parents of this connection nodeConnectionPane.getParentConnectionNodes
(StandardConnectionNode connectionNode) Get all node parents of a connection node.StandardConnectionNode.getParentConnectionNodes()
Get all node parents of a connection node.Modifier and TypeMethodDescriptionstatic ConnectorNode
ConnectionPane.disconnectNodes
(ConnectionNode childNode, ConnectionNode parentNode) Disconnect a node programtically.static ConnectorNode
ConnectionPane.getConnectionPlug
(ConnectionNode childNode, ConnectionNode parentNode, boolean includeBranch, boolean bypassStructure) Find the plug used to connect between two nodes. -
Uses of ConnectionNode in pamViewFX.fxNodes.connectionPane.structures
Modifier and TypeClassDescriptionclass
A node which holds other connection nodes, minimising the space they use in the data model.class
An extension structure is a structure which allows users to clean up connection nodes.Modifier and TypeMethodDescriptionConnectionGroupStructure.getConnectionSubNodes
(boolean includeStructures) ConnectionSubGroup.getConnectionSubNodes
(boolean includeStructures) Get a list of the sub nodes within the node.