Class GeneratorSelector
java.lang.Object
net.mcreator.ui.dialogs.workspace.GeneratorSelector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneratorConfigurationgetGeneratorSelector(Window parent, GeneratorConfiguration current, GeneratorFlavor currentFlavor, boolean newWorkspace) Open a dialog window to select aGeneratorfrom the loaded generators.
-
Field Details
-
covpfx
- See Also:
-
-
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
Generatorfrom 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
GeneratorConfigurationto use
-