Uses of Interface
pamViewFX.fxNodes.connectionPane.ConnectionNode
Packages that use ConnectionNode
Package
Description
-
Uses of ConnectionNode in dataModelFX
Method parameters in dataModelFX with type arguments of type ConnectionNodeModifier 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
Classes in dataModelFX.connectionNodes that implement ConnectionNodeModifier 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.Methods in dataModelFX.connectionNodes that return types with arguments of type ConnectionNodeModifier and TypeMethodDescriptionDBConnectionNode.getCoreConnectionNodes()
ModuleConnectionNode.getCoreConnectionNodes()
Get all other nodes core lines should connect to. -
Uses of ConnectionNode in dataModelFX.structures
Classes in dataModelFX.structures that implement ConnectionNodeModifier and TypeClassDescriptionclass
PAM extension structure.class
Structure which groups together connection nodes.Constructors in dataModelFX.structures with parameters of type ConnectionNodeModifierConstructorDescriptionPamGroupStructureParams
(ConnectionNode connectionStructure) PamStructureParams
(ConnectionNode connectionStructure) StructureParams
(ConnectionNode connectionStructure) -
Uses of ConnectionNode in pamViewFX.fxNodes.connectionPane
Classes in pamViewFX.fxNodes.connectionPane that implement ConnectionNodeModifier and TypeClassDescriptionclass
Holds all elements of a connection node together.Methods in pamViewFX.fxNodes.connectionPane that return ConnectionNodeModifier and TypeMethodDescriptionConnectorNode.getConnectionNode()
Get the connection node the shape is associated with;Methods in pamViewFX.fxNodes.connectionPane that return types with arguments of type ConnectionNodeModifier 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.Methods in pamViewFX.fxNodes.connectionPane with parameters of type ConnectionNodeModifier 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
Classes in pamViewFX.fxNodes.connectionPane.structures that implement ConnectionNodeModifier 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.Methods in pamViewFX.fxNodes.connectionPane.structures that return types with arguments of type ConnectionNodeModifier and TypeMethodDescriptionConnectionGroupStructure.getConnectionSubNodes
(boolean includeStructures) ConnectionSubGroup.getConnectionSubNodes
(boolean includeStructures) Get a list of the sub nodes within the node.