Example usage for com.intellij.openapi.ui DialogWrapper subclass-usage

List of usage examples for com.intellij.openapi.ui DialogWrapper subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.ui DialogWrapper subclass-usage.

Usage

From source file htmlexport.gui.ExportDialog.java

/**
 * User: dima
 * Date: Dec 14, 2008
 * Time: 10:37:21 PM
 */
public class ExportDialog extends DialogWrapper {

From source file intellijeval.git.GitCloneDialog.java

/**
 * This is a fork of {@link git4idea.checkout.GitCloneDialog}.
 * The reason for fork is to disable "parent directory" and "directory name" text fields.
 *
 *
 * A dialog for the git clone options

From source file io.dwak.reactor.intellij.plugin.GenerateDialog.java

public class GenerateDialog extends DialogWrapper {

    private final LabeledComponent<JPanel> myComponent;
    private CollectionListModel<PsiField> myFields;

    protected GenerateDialog(PsiClass psiClass) {

From source file jetbrains.communicator.idea.IdeaDialog.java

/**
 * @author Kir
 */
public abstract class IdeaDialog extends DialogWrapper {

    protected IdeaDialog(Project project, boolean canBeParent) {

From source file jz.hwd.envvars.table.HWDEnvVarEditor.java

/**
 * Created by julian on 14.03.17.
 */
public class HWDEnvVarEditor extends DialogWrapper {
    private JTextField myNameField;
    private JPanel myPanel;

From source file liveplugin.toolwindow.addplugin.git.GitCloneDialog.java

/**
 * This is a fork of {@link git4idea.checkout.GitCloneDialog}.
 * The reason for fork is to disable "parent directory" and "directory name" text fields.
 *
 *
 * A dialog for the git clone options

From source file me.adaptive.ide.codewok.project.generator.CodeWokGenerateProjectDialog.java

/**
 * Created by panthro on 14/04/15.
 */
public class CodeWokGenerateProjectDialog extends DialogWrapper {

    private JPanel myRootPane;

From source file mobi.hsz.idea.gitignore.ui.GeneratorDialog.java

/**
 * {@link GeneratorDialog} responsible for displaying list of all available templates and adding selected ones
 * to the specified file.
 *
 * @author Jakub Chrzanowski <jakub@hsz.mobi>
 * @since 0.2

From source file mobi.hsz.idea.gitignore.ui.template.UserTemplateDialog.java

/**
 * User template dialog that allows user to add custom templates.
 *
 * @author Jakub Chrzanowski <jakub@hsz.mobi>
 * @since 1.5
 */

From source file mobi.hsz.idea.gitignore.ui.untrackFiles.UntrackFilesDialog.java

/**
 * Dialog that lists all untracked but indexed files in a tree view, allows select specific files
 * and perform command to untrack them.
 *
 * @author Jakub Chrzanowski <jakub@hsz.mobi>
 * @since 1.7