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.checkout.branches.BranchConfigurationChangedDialog.java

/**
 * The dialog shown to inform of changes in the current configuration
 */
public class BranchConfigurationChangedDialog extends DialogWrapper {
    /**
     * The new configuration exit code

From source file org.community.intellij.plugins.communitycase.checkout.branches.ManageConfigurationsDialog.java

/**
 * The manage configurations dialog. Currently only delete and limited view works.
 * <p/>
 * TODO auto-detection of configurations
 */
public class ManageConfigurationsDialog extends DialogWrapper {

From source file org.community.intellij.plugins.communitycase.checkout.branches.SwitchBranchesDialog.java

/**
 * The switch branches dialog
 */
public class SwitchBranchesDialog extends DialogWrapper {
    /**
     * The prefix for remote references

From source file org.community.intellij.plugins.communitycase.checkout.CheckoutDialog.java

/**
 * Checkout dialog. It also allows checking out a new branch.
 */
public class CheckoutDialog extends DialogWrapper {
    /**
     * The root panel

From source file org.community.intellij.plugins.communitycase.checkout.CloneDialog.java

/**
 * A dialog for the git clone options
 *
 * @author Constantine.Plotnikov
 */
public class CloneDialog extends DialogWrapper {

From source file org.community.intellij.plugins.communitycase.history.browser.LogTreeFileSelector.java

public class LogTreeFileSelector extends DialogWrapper {
    private final JPanel myPanel;
    private final Project myProject;
    private final VirtualFile myRoot;
    private FileSystemTree myFileSystemTree;

From source file org.community.intellij.plugins.communitycase.merge.MergeDialog.java

/**
 * A dialog for merge action. It represents most options available for git merge.
 */
public class MergeDialog extends DialogWrapper {
    /**
     * The git root available for git merge action

From source file org.community.intellij.plugins.communitycase.merge.PullDialog.java

/**
 * Git pull dialog
 */
public class PullDialog extends DialogWrapper {
    /**
     * root panel

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

/**
 * The rebase action dialog
 */
public class RebaseActionDialog extends DialogWrapper {
    /**
     * The root selector

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

/**
 * The dialog that allows initiating rebase activity
 */
public class RebaseDialog extends DialogWrapper {
    /**
     * root selector