Uses of Class
lu.kbra.modelizer_next.style.StylePalette
Packages that use StylePalette
Package
Description
Style palette model and services used to create and reuse class, field, comment, and link styles.
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.
Main window, menus, toolbar, document session handling, and frame-level controllers.
-
Uses of StylePalette in lu.kbra.modelizer_next.style
Methods in lu.kbra.modelizer_next.style that return types with arguments of type StylePaletteModifier and TypeMethodDescriptionstatic List<StylePalette> StylePaletteService.loadAll()Loads the all.Methods in lu.kbra.modelizer_next.style with parameters of type StylePaletteModifier and TypeMethodDescriptionstatic voidStylePaletteService.save(StylePalette palette) Saves the current state to persistent storage. -
Uses of StylePalette in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type StylePaletteModifier and TypeMethodDescriptiondefault voidLiveEditor.applyStyle(StylePalette palette, LiveEditElement liveEditElement) Applies the style on the active canvas.StylePaletteCellRenderer.getListCellRendererComponent(JList<? extends StylePalette> list, StylePalette value, int index, boolean isSelected, boolean cellHasFocus) Returns the list cell renderer component.Method parameters in lu.kbra.modelizer_next.ui.canvas with type arguments of type StylePaletteModifier and TypeMethodDescriptionStylePaletteCellRenderer.getListCellRendererComponent(JList<? extends StylePalette> list, StylePalette value, int index, boolean isSelected, boolean cellHasFocus) Returns the list cell renderer component. -
Uses of StylePalette in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return types with arguments of type StylePaletteModifier and TypeMethodDescriptionLiveEditComponents.paletteList()Returns the value of thepaletteListrecord component.Constructor parameters in lu.kbra.modelizer_next.ui.canvas.datastruct with type arguments of type StylePaletteModifierConstructorDescriptionLiveEditComponents(JTextField textField, JTextArea textArea, JComboBox<Enum<?>> enumComboBox, JList<StylePalette> paletteList, JList<Enum<?>> enumList) Creates an instance of aLiveEditComponentsrecord class. -
Uses of StylePalette in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs that return StylePaletteModifier and TypeMethodDescriptionstatic StylePaletteStylePaletteEditorDialog.showDialog(Component parent) Shows the dialog.static StylePaletteStylePaletteEditorDialog.showDialog(Component parent, StylePalette initialPalette) Shows the dialog.Methods in lu.kbra.modelizer_next.ui.dialogs with parameters of type StylePaletteModifier and TypeMethodDescriptionstatic StylePaletteStylePaletteEditorDialog.showDialog(Component parent, StylePalette initialPalette) Shows the dialog. -
Uses of StylePalette in lu.kbra.modelizer_next.ui.frame
Methods in lu.kbra.modelizer_next.ui.frame that return StylePaletteModifier and TypeMethodDescriptiondefault StylePaletteMainFrameStyleController.findPaletteByName(String paletteName) Finds the palette by name that matches the supplied input.Methods in lu.kbra.modelizer_next.ui.frame that return types with arguments of type StylePaletteModifier and TypeMethodDescriptionMainFrame.getPalettes()Returns the palettes loaded from the config.