Uses of Class
pamViewFX.fxNodes.connectionPane.StandardConnectionSocket
Packages that use StandardConnectionSocket
-
Uses of StandardConnectionSocket in pamViewFX.fxNodes.connectionPane
Methods in pamViewFX.fxNodes.connectionPane that return StandardConnectionSocketModifier and TypeMethodDescriptionStandardConnectionNode.addDefaultSocket()
Create a default socket which has layout bounds binded to the ConnectionRectangle.Methods in pamViewFX.fxNodes.connectionPane that return types with arguments of type StandardConnectionSocketModifier and TypeMethodDescriptionStandardConnectionNode.getBranchConnectionSockets()
Get list of sockets on a connection line of one the plugs of the this connection node.StandardConnectionPlug.getBranchSockets()
Get all branch sockets attached to the connectionLines of the plug.StandardConnectionNode.getConnectionSockets()
Gets a list of sockets associated with a ConnectionNode.Methods in pamViewFX.fxNodes.connectionPane with parameters of type StandardConnectionSocketModifier and TypeMethodDescriptionvoid
StandardConnectionNode.initDefaultSocketLayout
(StandardConnectionSocket socket) Layout defaults and binding for a socket.void
StandardConnectionNode.removeConnectionSocket
(StandardConnectionSocket socket) Remove a connectionSocket from the connection node.