Uses of Record Class
lu.kbra.modelizer_next.ui.export.ViewExportRequest
Packages that use ViewExportRequest
Package
Description
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.
-
Uses of ViewExportRequest in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs that return ViewExportRequestModifier and TypeMethodDescriptionstatic ViewExportRequestViewExportDialog.showDialog(Component parent, Map<PanelType, DiagramCanvas> canvases, PanelType activePanelType, File defaultOutputDirectory) Shows the dialog. -
Uses of ViewExportRequest in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export with parameters of type ViewExportRequestModifier 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.