List of usage examples for com.intellij.openapi.ui DialogWrapper subclass-usage
From source file com.google.idea.blaze.base.run.exporter.ExportRunConfigurationDialog.java
/** UI for exporting blaze run configurations. */ public class ExportRunConfigurationDialog extends DialogWrapper { private final ImmutableList<RunConfiguration> blazeConfigurations; private final ExportRunConfigurationTableModel tableModel; private final JBTable table;
From source file com.headwire.aem.tooling.intellij.ui.BuildSelectionDialog.java
public class BuildSelectionDialog extends DialogWrapper { private JPanel contentPane; private JButton Add; private JButton Remove; private JList excludeList; private JList includedList;
From source file com.headwire.aem.tooling.intellij.ui.ConsoleLogSettingsDialog.java
public class ConsoleLogSettingsDialog extends DialogWrapper { private JPanel contentPane; private JRadioButton errorLogLevel; private JRadioButton warningLogLevel; private JRadioButton infoLogLevel; private JRadioButton debugLogLevel;
From source file com.headwire.aem.tooling.intellij.ui.ServerConfigurationDialog.java
public class ServerConfigurationDialog extends DialogWrapper { private JPanel contentPane; private JTextField host; private JTabbedPane tabbedPane1; private JTextField connectionDebugPort; private JTextField connectionUserName;
From source file com.idi.intellij.plugin.query.sqlref.action.AnnoRefCreateClassDialog.java
public class AnnoRefCreateClassDialog extends DialogWrapper { private final JLabel myInformationLabel = new JLabel("#"); private final JLabel myPackageLabel = new JLabel( CodeInsightBundle.message("dialog.create.class.destination.package.label")); private final ReferenceEditorComboWithBrowseButton myPackageComponent; private final JTextField myTfClassName = new MyTextField();
From source file com.imaginea.kodebeagle.base.settings.ui.LegalNotice.java
public class LegalNotice extends DialogWrapper { private Project project; protected static final String KODE_BEAGLE_IDEA_LEGAL_NOTICE = "KodeBeagleIdeaLegalNotice"; private static final String KODEBEAGLEIDEA = "kodebeagleidea"; private static final String DECLINE = "Decline";
From source file com.imaginea.kodebeagle.base.settings.ui.PatternFilterEditorAddDialog.java
class PatternFilterEditorAddDialog extends DialogWrapper { private static final int NUM_OF_COLUMNS = 35; private static final GridBagConstraints HEADER_LABEL = new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(5, 10, 0, 0), 0, 0); private static final GridBagConstraints TEXT_FIELD = new GridBagConstraints(1, 1, 1, 1, 1.0, 1.0,
From source file com.imaginea.kodebeagle.settings.ui.LegalNotice.java
public class LegalNotice extends DialogWrapper { private Project project; protected static final String KODE_BEAGLE_IDEA_LEGAL_NOTICE = "KodeBeagleIdeaLegalNotice"; private static final String KODEBEAGLEIDEA = "kodebeagleidea"; private static final String DECLINE = "Decline";
From source file com.imaginea.kodebeagle.settings.ui.PatternFilterEditorAddDialog.java
class PatternFilterEditorAddDialog extends DialogWrapper { private static final int NUM_OF_COLUMNS = 35; private static final GridBagConstraints HEADER_LABEL = new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(5, 10, 0, 0), 0, 0); private static final GridBagConstraints TEXT_FIELD = new GridBagConstraints(1, 1, 1, 1, 1.0, 1.0,
From source file com.imaginea.kodebeagle.ui.LegalNotice.java
public class LegalNotice extends DialogWrapper { private Project project; protected static final String KODE_BEAGLE_IDEA_LEGAL_NOTICE = "KodeBeagleIdeaLegalNotice"; private static final String KODEBEAGLEIDEA = "kodebeagleidea"; private static final String DECLINE = "Decline";