Uses of Record Class
lu.kbra.modelizer_next.ui.canvas.datastruct.CopiedClass
Packages that use CopiedClass
Package
Description
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
-
Uses of CopiedClass in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return CopiedClassModifier and TypeMethodDescriptiondefault CopiedClassCaptureManager.captureClass(ClassModel classModel) Captures the class into a portable snapshot. -
Uses of CopiedClass in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return types with arguments of type CopiedClassModifier and TypeMethodDescriptionClipboardSnapshot.classes()Returns the value of theclassesrecord component.Constructor parameters in lu.kbra.modelizer_next.ui.canvas.datastruct with type arguments of type CopiedClassModifierConstructorDescriptionClipboardSnapshot(PanelType panelType, List<CopiedClass> classes, List<CopiedField> fields, List<CopiedComment> comments, List<CopiedLink> links) Creates an instance of aClipboardSnapshotrecord class.