public interface CustomizeIDEWizardStepsProvider
Modifier and Type | Method and Description |
---|---|
default boolean |
hideSkipButton() |
void |
initSteps(CustomizeIDEWizardDialog wizardDialog,
java.util.List<AbstractCustomizeWizardStep> steps)
Called for the initial IDE customization wizard, which is shown before the splash screen.
|
default void |
initStepsAfterSplash(CustomizeIDEWizardDialog wizardDialog,
java.util.List<AbstractCustomizeWizardStep> steps)
Called for an optional secondary customization dialog shown after the splash screen, right before the welcome screen.
|
void initSteps(CustomizeIDEWizardDialog wizardDialog, java.util.List<AbstractCustomizeWizardStep> steps)
Application
instance is created,
and thus can change the list of enabled plugins.
If no steps are provided, the dialog is not shown, and loading proceeds to the splash screen.default void initStepsAfterSplash(CustomizeIDEWizardDialog wizardDialog, java.util.List<AbstractCustomizeWizardStep> steps)
Application
is created and initialized.
If no steps are provided, the secondary dialog is not shown, and loading proceeds to the welcome screen.default boolean hideSkipButton()