Uses of Class
pamViewFX.fxNodes.connectionPane.ConnectionPane
Packages that use ConnectionPane
Package
Description
-
Uses of ConnectionPane in dataModelFX
Subclasses of ConnectionPane in dataModelFXModifier and TypeClassDescriptionclass
Sub class of ConnectionPane to deal with modules being dragged from module list to pane. -
Uses of ConnectionPane in dataModelFX.structures
Constructors in dataModelFX.structures with parameters of type ConnectionPane -
Uses of ConnectionPane in pamViewFX.fxNodes.connectionPane
Methods in pamViewFX.fxNodes.connectionPane that return ConnectionPaneModifier and TypeMethodDescriptionStandardConnectionNode.getConnectionPane()
Get the connection pane the ConnectionNode is associated with.Methods in pamViewFX.fxNodes.connectionPane with parameters of type ConnectionPaneModifier and TypeMethodDescriptionvoid
StandardConnectionNode.setCollisionShapesNull
(ConnectionPane connectionPane) Pass all collision listeners on all 'connection' shapes which are not in proximity to other shapes a null shape.void
StandardConnectionNode.setConnectionPane
(ConnectionPane connectionPane) Set the nodes connection pane.Constructors in pamViewFX.fxNodes.connectionPane with parameters of type ConnectionPaneModifierConstructorDescriptionStandardConnectionNode
(ConnectionPane connectionPane) Create a standard horizontal connection node.StandardConnectionNode
(ConnectionPane connectionPane, javafx.geometry.Orientation orientation) Create a connection node. -
Uses of ConnectionPane in pamViewFX.fxNodes.connectionPane.structures
Subclasses of ConnectionPane in pamViewFX.fxNodes.connectionPane.structuresModifier and TypeClassDescriptionclass
A sub connection pane with a single plug.Methods in pamViewFX.fxNodes.connectionPane.structures that return ConnectionPaneModifier and TypeMethodDescriptionConnectionGroupStructure.getConnectionSubPane()
Get the connection sub pane.Constructors in pamViewFX.fxNodes.connectionPane.structures with parameters of type ConnectionPaneModifierConstructorDescriptionConnectionGroupStructure
(ConnectionPane connectionPane) ExtensionSocketStructure
(ConnectionPane connectionPane) Extension structure construction.