Uses of Class
lu.kbra.modelizer_next.domain.LinkModel
Packages that use LinkModel
Package
Description
Core diagram model classes.
Canvas behavior split into small mixin-style interfaces.
Swing dialogs used to edit classes, fields, links, comments, style palettes, names, and export
settings.
-
Uses of LinkModel in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return types with arguments of type LinkModelModifier and TypeMethodDescriptionDiagramModel.getAllLinks()Returns the all links.DiagramModel.getConceptualLinks()Returns the conceptual links.DiagramModel.getTechnicalLinks()Returns the technical links. -
Uses of LinkModel in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return LinkModelModifier and TypeMethodDescriptiondefault LinkModelElementCreator.createLinkFromClipboard(CopiedLink copiedLink, Map<String, String> classIdMap, Map<String, String> fieldIdMap) Creates a link from clipboard.Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type LinkModelModifier and TypeMethodDescriptiondefault CopiedLinkCaptureManager.captureLink(LinkModel linkModel) Captures the link into a portable snapshot.default AnchorSideLinkLayoutManager.chooseTechnicalSelfLinkSide(LinkModel linkModel) Chooses the technical self link side.default voidElementRenderer.drawAssociationClassConnector(Graphics2D g2, LinkModel linkModel, LinkGeometry geometry) Draws the association class connector.default AnchorPairLinkLayoutManager.resolveConceptualAnchorPair(LinkModel targetLink) Resolves the conceptual anchor pair from the current model and layout state. -
Uses of LinkModel in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs with parameters of type LinkModelModifier and TypeMethodDescriptionstatic LinkEditorDialog.ResultLinkEditorDialog.showDialog(Component parent, ModelDocument document, LinkModel linkModel, PanelType panelType) Shows the dialog.