Uses of Class
pamViewFX.fxNodes.connectionPane.ConnectionPane
Packages that use ConnectionPane
Package
Description
- 
Uses of ConnectionPane in dataModelFX
Subclasses of ConnectionPane in dataModelFXModifier and TypeClassDescriptionclassSub 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
Fields in pamViewFX.fxNodes.connectionPane declared as ConnectionPaneModifier and TypeFieldDescriptionprotected ConnectionPaneStandardConnectionNode.connectionPaneConnection pane associated with the ConnectionNode.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 TypeMethodDescriptionvoidStandardConnectionNode.setCollisionShapesNull(ConnectionPane connectionPane) Pass all collision listeners on all 'connection' shapes which are not in proximity to other shapes a null shape.voidStandardConnectionNode.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 TypeClassDescriptionclassA 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.