Uses of Class
lu.kbra.modelizer_next.ui.canvas.DiagramCanvas
Packages that use DiagramCanvas
Package
Description
Canvas behavior split into small mixin-style interfaces.
Swing dialogs used to edit classes, fields, links, comments, style palettes, names, and export
settings.
Export request model and renderer-independent export logic for images and document views.
Main window, menus, toolbar, document session handling, and frame-level controllers.
-
Uses of DiagramCanvas in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return DiagramCanvasModifier and TypeMethodDescriptiondefault DiagramCanvasDiagramCanvasExt.getCanvas()Returns the canvas. -
Uses of DiagramCanvas in lu.kbra.modelizer_next.ui.dialogs
Method parameters in lu.kbra.modelizer_next.ui.dialogs with type arguments of type DiagramCanvasModifier and TypeMethodDescriptionstatic ViewExportRequestViewExportDialog.showDialog(Component parent, Map<PanelType, DiagramCanvas> canvases, PanelType activePanelType, File defaultOutputDirectory) Shows the dialog. -
Uses of DiagramCanvas in lu.kbra.modelizer_next.ui.export
Method parameters in lu.kbra.modelizer_next.ui.export with type arguments of type DiagramCanvasModifier and TypeMethodDescriptionViewExporter.exportViews(Map<PanelType, DiagramCanvas> canvases, ViewExportRequest request, Optional<File> sourceFileName, Consumer<lu.kbra.pclib.datastructure.triplet.Triplet<Optional<File>, PanelType, File>> callback) Exports the views. -
Uses of DiagramCanvas in lu.kbra.modelizer_next.ui.frame
Methods in lu.kbra.modelizer_next.ui.frame that return DiagramCanvasModifier and TypeMethodDescriptionMainFrame.getActiveCanvas()Returns the active canvas, defaults to the conceptual one.Methods in lu.kbra.modelizer_next.ui.frame that return types with arguments of type DiagramCanvasModifier and TypeMethodDescriptionMainFrame.getCanvases()Returns the canvases.MainFrame.getCanvasesByPanelType()Returns the canvases by panel type.