Class FieldEditorDialog
java.lang.Object
lu.kbra.modelizer_next.ui.dialogs.FieldEditorDialog
Dialog for editing a class field or table column.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordImmutable value object for result data. -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldEditorDialog.ResultshowDialog(Component parent, FieldModel fieldModel, IntConsumer moveCallback) Shows the dialog.
-
Method Details
-
showDialog
public static FieldEditorDialog.Result showDialog(Component parent, FieldModel fieldModel, IntConsumer moveCallback) Shows the dialog.- Parameters:
parent- parent component used for dialog ownershipfieldModel- field model affected by the operationmoveCallback- move callback value used by the operation- Returns:
- the show dialog result
-