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 org.community.intellij.plugins.communitycase.rebase.RebaseEditor.java

/**
 * Editor for rebase entries. It allows reordering of
 * the entries and changing commit status.
 */
public class RebaseEditor extends DialogWrapper {
    /**

From source file org.community.intellij.plugins.communitycase.rebase.RebaseUnstructuredEditor.java

/**
 * The dialog used for the unstructured information from rebase.
 */
public class RebaseUnstructuredEditor extends DialogWrapper {
    /**
     * The text with information from the

From source file org.community.intellij.plugins.communitycase.ui.ConvertFilesDialog.java

/**
 * This dialog allows converting the specified files before committing them.
 */
public class ConvertFilesDialog extends DialogWrapper {
    /**
     * The version when option --stdin was added

From source file org.community.intellij.plugins.communitycase.ui.CurrentBranchDialog.java

/**
 * Current branch dialog
 */
public class CurrentBranchDialog extends DialogWrapper {
    /**
     * The selection used to indicate that the branch from the current repository is tracked

From source file org.community.intellij.plugins.communitycase.ui.FetchDialog.java

/**
 * Fetch dialog. It represents most of the parameters for " fetch" operation.
 */
public class FetchDialog extends DialogWrapper {
    /**
     * The root

From source file org.community.intellij.plugins.communitycase.ui.RefspecAddRefsDialog.java

/**
 * This dialog allows adding selected tag and branches are references.
 */
public class RefspecAddRefsDialog extends DialogWrapper {
    /**
     * Get references button

From source file org.community.intellij.plugins.communitycase.ui.ResetDialog.java

/**
 * The dialog for the " reset" operation
 */
public class ResetDialog extends DialogWrapper {
    /**
     * The --soft reset type

From source file org.community.intellij.plugins.communitycase.ui.StashDialog.java

/**
 * The stash dialog.
 */
public class StashDialog extends DialogWrapper {
    private JComboBox myRootComboBox; // root selector
    private JPanel myRootPanel;

From source file org.community.intellij.plugins.communitycase.ui.TagDialog.java

/**
 * The tag dialog for the
 */
public class TagDialog extends DialogWrapper {
    /**
     * Root panel