use of com.intellij.util.ui.ThreeStateCheckBox in project intellij-community by JetBrains.
the class ArtifactEditorImpl method createUIComponents.
private void createUIComponents() {
myShowContentCheckBox = new ThreeStateCheckBox();
myShowSpecificContentOptionsButton = new FixedSizeButton(16);
}
Aggregations