Uses of Interface
pamViewFX.fxNodes.connectionPane.ConnectorNode
Packages that use ConnectorNode
Package
Description
- 
Uses of ConnectorNode in dataModelFX.connectionNodes
Methods in dataModelFX.connectionNodes with parameters of type ConnectorNodeModifier and TypeMethodDescriptionprotected voidDisplayConnectionNode.connectionListenerTriggered(ConnectorNode shape, ConnectorNode foundShape, int type) protected voidModuleConnectionNode.connectionListenerTriggered(ConnectorNode shape, ConnectorNode foundShape, int type) Called whenever a connection node is connected or disconnected. - 
Uses of ConnectorNode in pamViewFX.fxNodes.connectionPane
Classes in pamViewFX.fxNodes.connectionPane that implement ConnectorNodeModifier and TypeClassDescriptionclassLine which connects a plug or socket to a ConnectionRectangle or other ConnectionLine.classPlug connected to a collision rectangle.classA socket which allows connections to parent nodes.Methods in pamViewFX.fxNodes.connectionPane that return ConnectorNodeModifier and TypeMethodDescriptionstatic ConnectorNodeConnectionPane.disconnectNodes(ConnectionNode childNode, ConnectionNode parentNode) Disconnect a node programtically.ConnectionLine.getConnectedShape()ConnectorNode.getConnectedShape()Get the connected shape- the shape this shape is connected to.static ConnectorNodeConnectionPane.getConnectionPlug(ConnectionNode childNode, ConnectionNode parentNode, boolean includeBranch, boolean bypassStructure) Find the plug used to connect between two nodes.ConnectionLine.getParentConnectionShape()Get the parent connection shape.Methods in pamViewFX.fxNodes.connectionPane that return types with arguments of type ConnectorNodeModifier and TypeMethodDescriptionArrayList<? extends ConnectorNode> ConnectionNode.getBranchConnectionSockets()Get any branch sockets- these are inputs connection to the primary socket.ArrayList<? extends ConnectorNode> ConnectionNode.getConnectionPlugs()Get connection plugs.ConnectionPane.getConnectionPlugs(StandardConnectionNode connectionNode) Get all the connection plugs from all the ConnectionNodes in a ConnectionPane.ArrayList<? extends ConnectorNode> ConnectionNode.getConnectionSockets()Get connection sockets for a node.ConnectionPane.getConnectionSockets(StandardConnectionNode connectionNode) Get all connection sockets from all Connection Nodes.ConnectionPane.getPlugAcceptingConnectionShapes(StandardConnectionNode connectionNode) Get all sockets and all plug connection lines from all nodes.StandardConnectionPlug.getPossibleConnectionShapes()StandardConnectionSocket.getPossibleConnectionShapes()Methods in pamViewFX.fxNodes.connectionPane with parameters of type ConnectorNodeModifier and TypeMethodDescriptionvoidConnectionLine.addBranchNewSocket(ConnectorNode plugShape) Add a new socket to the line.voidConnectionLine.addTempSocket(ConnectorNode plugShape) Add a temporary socket to the line.booleanConnectionLine.checkBranchSocketParent(ConnectorNode connectionShape) Check whether the current connection shape has a parent ConnectionNode whihc already has a branch plug on the line.voidConnectionListener.collisionEvent(ConnectorNode shape, ConnectorNode foundShape, int type) Called whenever a connection is made, could possibly happen, or been brokenvoidConnectorNodeListener.nodeConnectorEvent(ConnectorNode shape, int type) Called whenever a node connector event occursvoidConnectionNode.notifyConnectionListeners(ConnectorNode connectedShape, ConnectorNode plugShape, int connected) Notify all connection listener in the node.voidStandardConnectionNode.notifyConnectionListeners(ConnectorNode connectedShape, ConnectorNode plugShape, int connected) voidConnectionLine.setConnectedShape(ConnectorNode connecionShape) voidConnectorNode.setConnectedShape(ConnectorNode connecionShape) Set the connected shape- the shape which this shape is connected to.voidConnectionLine.setConnectionStatus(int type, ConnectorNode connectionShape) voidConnectorNode.setConnectionStatus(int type, ConnectorNode shape) Set the connection status.voidStandardConnectionPlug.setConnectionStatus(int type, ConnectorNode foundShape) voidStandardConnectionSocket.setConnectionStatus(int type, ConnectorNode connectionShape) protected voidStandardConnectionNode.triggerConnectionListeners(ConnectorNode shape, ConnectorNode foundShape, int type) Trigger all connection listenersprotected voidStandardConnectionNode.triggerConnectorNodeListeners(ConnectorNode shape, int type) Trigger all connector node listenersConstructors in pamViewFX.fxNodes.connectionPane with parameters of type ConnectorNodeModifierConstructorDescriptionConnectionLine(StandardConnectionNode connectionNode, ConnectorNode connectionShape)  - 
Uses of ConnectorNode in pamViewFX.fxNodes.connectionPane.structures
Methods in pamViewFX.fxNodes.connectionPane.structures that return types with arguments of type ConnectorNodeModifier and TypeMethodDescriptionConnectionGroupSubPane.getConnectionPlugs(StandardConnectionNode connectionNode) Get all the connection plugs from all the ConnectionNodes in a ConnectionPane.Methods in pamViewFX.fxNodes.connectionPane.structures with parameters of type ConnectorNodeModifier and TypeMethodDescriptionvoidConnectionGroupStructure.notifyConnectionListeners(ConnectorNode connectedShape, ConnectorNode plugShape, int connected)