Class GeneratorSelector
java.lang.Object
net.mcreator.ui.dialogs.workspace.GeneratorSelector
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeneratorConfiguration
getGeneratorSelector
(Window parent, GeneratorConfiguration current, GeneratorFlavor currentFlavor, boolean newWorkspace) Open a dialog window to select aGenerator
from 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
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
-