Class GeneratorSelector

java.lang.Object
net.mcreator.ui.dialogs.workspace.GeneratorSelector

public class GeneratorSelector extends Object
  • Field Details

  • Constructor Details

    • GeneratorSelector

      public GeneratorSelector()
  • Method Details

    • getGeneratorSelector

      public static GeneratorConfiguration getGeneratorSelector(Window parent, @Nullable GeneratorConfiguration current, @Nullable GeneratorFlavor currentFlavor, boolean newWorkspace)

      Open a dialog window to select a Generator from the loaded generators.

      Parameters:
      parent -

      The window to attach the dialog

      current -

      The current generator settings used

      currentFlavor -

      This is the current type of generator to use for the generator list.

      Returns:

      The GeneratorConfiguration to use