Uses of Enum Class
lu.kbra.modelizer_next.layout.PanelType
Packages that use PanelType
Package
Description
Command-line export support used when the application is started in non-interactive export mode.
Core diagram model classes.
Small ownership interfaces that expose common model parts, such as ids, names, styles, and
visibility.
Reusable model value objects shared by several domain elements, including display names, style
attributes, and layer visibility.
Persistent layout state for diagram nodes, links, docked panels, and the workspace.
Canvas behavior split into small mixin-style interfaces.
Transient canvas data carriers.
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 PanelType in lu.kbra.modelizer_next.cmdline
Methods in lu.kbra.modelizer_next.cmdline that return types with arguments of type PanelTypeModifier and TypeMethodDescriptionCommandLineExportOptions.panelTypes()Returns the value of thepanelTypesrecord component.Constructor parameters in lu.kbra.modelizer_next.cmdline with type arguments of type PanelTypeModifierConstructorDescriptionCommandLineExportOptions(String inputFile, ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean force, boolean multiple, boolean wildcard, int jobCount) Creates an instance of aCommandLineExportOptionsrecord class. -
Uses of PanelType in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain with parameters of type PanelTypeModifier and TypeMethodDescriptionReturns the field.intClassModel.getFieldCount(PanelType panelType) Returns the field count.intClassModel.getFieldIndex(String fieldId, PanelType panelType) Returns the field index.Returns the fields. -
Uses of PanelType in lu.kbra.modelizer_next.domain.impl
Methods in lu.kbra.modelizer_next.domain.impl with parameters of type PanelTypeModifier and TypeMethodDescriptiondefault StringReturns the name.default booleanChecks whether visible is enabled or applies.default voidSets the name.default voidSets the name.default voidVisibilityOwner.setVisibility(PanelType... pts) Sets the visibility. -
Uses of PanelType in lu.kbra.modelizer_next.layout
Methods in lu.kbra.modelizer_next.layout that return PanelTypeModifier and TypeMethodDescriptionDockedTabGroupState.getSelectedTab()Returns the selected tab.static PanelTypeReturns the enum constant of this class with the specified name.static PanelType[]PanelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in lu.kbra.modelizer_next.layout that return types with arguments of type PanelTypeModifier and TypeMethodDescriptionWorkspaceState.getPanels()Returns the panels.DockedTabGroupState.getTabs()Returns the tabs.Methods in lu.kbra.modelizer_next.layout with parameters of type PanelTypeModifier and TypeMethodDescriptionvoidDockedTabGroupState.setSelectedTab(PanelType selectedTab) Sets the selected tab.Method parameters in lu.kbra.modelizer_next.layout with type arguments of type PanelType -
Uses of PanelType in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return PanelTypeModifier and TypeMethodDescriptiondefault PanelTypeDiagramCanvasExt.getPanelType()Returns the panel type on the active canvas.Constructors in lu.kbra.modelizer_next.ui.canvas with parameters of type PanelTypeModifierConstructorDescriptionDiagramCanvas(MainFrame mainFrame, ModelDocument modelDocument, PanelType panelType, DocumentChangeListener documentEventListener) Creates a diagram canvas instance. -
Uses of PanelType in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return PanelTypeModifier and TypeMethodDescriptionClipboardSnapshot.panelType()Returns the value of thepanelTyperecord component.SelectionInfo.panelType()Returns the value of thepanelTyperecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type PanelTypeModifierConstructorDescriptionClipboardSnapshot(PanelType panelType, List<CopiedClass> classes, List<CopiedField> fields, List<CopiedComment> comments, List<CopiedLink> links) Creates an instance of aClipboardSnapshotrecord class.SelectionInfo(PanelType panelType, String path) Creates an instance of aSelectionInforecord class. -
Uses of PanelType in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs with parameters of type PanelTypeModifier and TypeMethodDescriptionstatic CommentEditorDialog.ResultCommentEditorDialog.showDialog(Component parent, ModelDocument document, CommentModel initialComment, PanelType panelType) Shows the dialog.static LinkEditorDialog.ResultLinkEditorDialog.showDialog(Component parent, ModelDocument document, LinkModel linkModel, PanelType panelType) Shows the dialog.static ViewExportRequestViewExportDialog.showDialog(Component parent, Map<PanelType, DiagramCanvas> canvases, PanelType activePanelType, File defaultOutputDirectory) Shows the dialog.Method parameters in lu.kbra.modelizer_next.ui.dialogs with type arguments of type PanelTypeModifier and TypeMethodDescriptionstatic ViewExportRequestViewExportDialog.showDialog(Component parent, Map<PanelType, DiagramCanvas> canvases, PanelType activePanelType, File defaultOutputDirectory) Shows the dialog. -
Uses of PanelType in lu.kbra.modelizer_next.ui.export
Methods in lu.kbra.modelizer_next.ui.export that return types with arguments of type PanelTypeModifier 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.ViewExportRequest.panelTypes()Returns the value of thepanelTypesrecord component.Method parameters in lu.kbra.modelizer_next.ui.export with type arguments of type PanelTypeModifier 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.ViewExporter.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.Constructor parameters in lu.kbra.modelizer_next.ui.export with type arguments of type PanelTypeModifierConstructorDescriptionViewExportRequest(ViewExportFormat format, ViewExportScope scope, List<PanelType> panelTypes, File outputDirectory, String fileNamePattern, boolean multiple, boolean wildcard) Creates an instance of aViewExportRequestrecord class. -
Uses of PanelType in lu.kbra.modelizer_next.ui.frame
Methods in lu.kbra.modelizer_next.ui.frame that return types with arguments of type PanelTypeModifier and TypeMethodDescriptionMainFrame.getCanvasesByPanelType()Returns the canvases by panel type.