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 TypeMethodDescriptionbooleanDataModelConnectPane.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 TypeClassDescriptionclassConnection node for the binary storage module.classConnectionNode for database module.classThe display connection node changes the colour of connection lines which connect from parent nodes.classA 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 TypeClassDescriptionclassPAM extension structure.classStructure 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 TypeClassDescriptionclassHolds 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 ConnectorNodeConnectionPane.disconnectNodes(ConnectionNode childNode, ConnectionNode parentNode) Disconnect a node programtically.static ConnectorNodeConnectionPane.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 TypeClassDescriptionclassA node which holds other connection nodes, minimising the space they use in the data model.classAn 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.