Class StylePaletteEditorDialog
java.lang.Object
lu.kbra.modelizer_next.ui.dialogs.StylePaletteEditorDialog
Dialog for creating and editing reusable style palettes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StylePaletteshowDialog(Component parent) Shows the dialog.static StylePaletteshowDialog(Component parent, StylePalette initialPalette) Shows the dialog.
-
Method Details
-
showDialog
Shows the dialog.- Parameters:
parent- parent component used for dialog ownership- Returns:
- the show dialog result
-
showDialog
Shows the dialog.- Parameters:
parent- parent component used for dialog ownershipinitialPalette- initial palette value used by the operation- Returns:
- the show dialog result
-