Search in sources :

Example 1 with ThreeStateCheckBox

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);
}
Also used : ThreeStateCheckBox(com.intellij.util.ui.ThreeStateCheckBox) FixedSizeButton(com.intellij.openapi.ui.FixedSizeButton)

Aggregations

FixedSizeButton (com.intellij.openapi.ui.FixedSizeButton)1 ThreeStateCheckBox (com.intellij.util.ui.ThreeStateCheckBox)1