public class CustomizeIdeaWizardStepsProvider extends java.lang.Object implements CustomizeIDEWizardStepsProvider
Constructor and Description |
---|
CustomizeIdeaWizardStepsProvider() |
Modifier and Type | Method and Description |
---|---|
void |
initSteps(CustomizeIDEWizardDialog dialog,
java.util.List<AbstractCustomizeWizardStep> steps)
Called for the initial IDE customization wizard, which is shown before the splash screen.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hideSkipButton, initStepsAfterSplash
public void initSteps(CustomizeIDEWizardDialog dialog, java.util.List<AbstractCustomizeWizardStep> steps)
CustomizeIDEWizardStepsProvider
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.initSteps
in interface CustomizeIDEWizardStepsProvider