Uses of Record Class
lu.kbra.modelizer_next.ui.canvas.datastruct.CopiedField
Packages that use CopiedField
Package
Description
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
-
Uses of CopiedField in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return CopiedFieldModifier and TypeMethodDescriptiondefault CopiedFieldCaptureManager.captureField(String ownerClassId, FieldModel fieldModel) Captures the field into a portable snapshot.Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type CopiedFieldModifier and TypeMethodDescriptiondefault FieldModelElementCreator.createFieldFromClipboard(CopiedField copiedField, boolean rename) Creates a field from clipboard. -
Uses of CopiedField in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return types with arguments of type CopiedFieldModifier and TypeMethodDescriptionClipboardSnapshot.fields()Returns the value of thefieldsrecord component.CopiedClass.fields()Returns the value of thefieldsrecord component.Constructor parameters in lu.kbra.modelizer_next.ui.canvas.datastruct with type arguments of type CopiedFieldModifierConstructorDescriptionCopiedClass(String sourceId, String conceptualName, String technicalName, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical, Color textColor, Color backgroundColor, Color borderColor, List<CopiedField> fields, CopiedNodeLayout layout) Creates an instance of aCopiedClassrecord class.