Class FieldEditorDialog

java.lang.Object
lu.kbra.modelizer_next.ui.dialogs.FieldEditorDialog

public final class FieldEditorDialog extends Object
Dialog for editing a class field or table column.
  • Method Details

    • showDialog

      public static FieldEditorDialog.Result showDialog(Component parent, FieldModel fieldModel, IntConsumer moveCallback)
      Shows the dialog.
      Parameters:
      parent - parent component used for dialog ownership
      fieldModel - field model affected by the operation
      moveCallback - move callback value used by the operation
      Returns:
      the show dialog result