Uses of Class
dataModelFX.DataModelModulePane.StructureRectangle
Packages that use DataModelModulePane.StructureRectangle
- 
Uses of DataModelModulePane.StructureRectangle in dataModelFX
Fields in dataModelFX with type parameters of type DataModelModulePane.StructureRectangleModifier and TypeFieldDescriptionjavafx.beans.property.ObjectProperty<DataModelModulePane.StructureRectangle> DataModelModulePane.draggingStructureMethods in dataModelFX that return types with arguments of type DataModelModulePane.StructureRectangleModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<DataModelModulePane.StructureRectangle> DataModelModulePane.getDraggingStructure()Get the dragging structure properties.javafx.beans.property.ObjectProperty<DataModelModulePane.StructureRectangle> DataModelPaneFX.getDraggingStructure()Get the dragging structure. - 
Uses of DataModelModulePane.StructureRectangle in dataModelFX.connectionNodes
Methods in dataModelFX.connectionNodes with parameters of type DataModelModulePane.StructureRectangleModifier and TypeMethodDescriptionConnectionNodeFactory.addNewStructure(DataModelModulePane.StructureRectangle structureRectangle, double x, double y) Called whenever there is an attempt to add a structure to the pane.ConnectionNodeFactory.createConnectionStructure(DataModelModulePane.StructureRectangle structureRectangle) Create a connection node from a structure rectangle