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.buildConceptualLinkByIdIndex()DiagramModel.buildLinkByAssociationClassIdIndex()DiagramModel.buildLinkByIdIndex()DiagramModel.buildTechnicalLinkByIdIndex()DiagramModel.getAllLinks()Returns the all links.DiagramModel.getConceptualLinkById()DiagramModel.getConceptualLinks()Returns the conceptual links.DiagramModel.getLinkByAssociationClassId()DiagramModel.getLinkById()DiagramModel.getTechnicalLinkById()DiagramModel.getTechnicalLinks()Returns the technical links.DiagramModel.validateConceptualLinkByIdIndex()DiagramModel.validateLinkByAssociationClassIdIndex()DiagramModel.validateLinkByIdIndex()DiagramModel.validateTechnicalLinkByIdIndex()Methods in lu.kbra.modelizer_next.domain with parameters of type LinkModelModifier and TypeMethodDescriptionvoidDiagramModel.addConceptualLink(LinkModel linkModel) voidDiagramModel.addTechnicalLink(LinkModel linkModel) voidDiagramModel.removeConceptualLink(LinkModel linkModel) voidDiagramModel.removeTechnicalLink(LinkModel linkModel) Method parameters in lu.kbra.modelizer_next.domain with type arguments of type LinkModelModifier and TypeMethodDescriptionvoidDiagramModel.setConceptualLinks(List<LinkModel> conceptualLinks) voidDiagramModel.setTechnicalLinks(List<LinkModel> technicalLinks) -
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 that return types with arguments of type LinkModelModifier and TypeMethodDescriptionCopyPasteSpecialElementVisitor.visitPastedLink(LinkModel linkModel) ElementVisitor.visitPastedLink(LinkModel linkModel) 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.CopyPasteSpecialElementVisitor.visitPastedLink(LinkModel linkModel) ElementVisitor.visitPastedLink(LinkModel linkModel) -
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.