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

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

Introduction

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

Usage

From source file com.intellij.execution.configuration.EnvironmentVariablesComponent.java

public class EnvironmentVariablesComponent extends LabeledComponent<TextFieldWithBrowseButton>
        implements UserActivityProviderComponent {
    private boolean myPassParentEnvs;
    private final Map<String, String> myEnvs = new THashMap<String, String>();
    @NonNls
    private static final String ENVS = "envs";