Example usage for com.intellij.openapi.wm WelcomeScreen interface-usage

List of usage examples for com.intellij.openapi.wm WelcomeScreen interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.wm WelcomeScreen interface-usage.

Usage

From source file com.android.tools.idea.welcome.WelcomeScreenHost.java

/**
 * Hosts dynamic wizards in the welcome frame.
 */
public class WelcomeScreenHost extends JPanel implements WelcomeScreen, DynamicWizardHost {
    private static final Insets BUTTON_MARGINS = new Insets(2, 16, 2, 16);

From source file com.android.tools.idea.welcome.wizard.FirstRunWizardHost.java

/**
 * Hosts dynamic wizards in the welcome frame.
 */
public class FirstRunWizardHost extends JPanel implements WelcomeScreen, DynamicWizardHost {
    private static final Insets BUTTON_MARGINS = new Insets(2, 16, 2, 16);
    @NotNull