Example usage for com.intellij.openapi.fileChooser PathChooserDialog interface-usage

List of usage examples for com.intellij.openapi.fileChooser PathChooserDialog interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.fileChooser PathChooserDialog interface-usage.

Usage

From source file com.intellij.ui.mac.MacFileChooserDialogImpl.java

/**
 * @author spleaner
 */
@SuppressWarnings("AssignmentToStaticFieldFromInstanceMethod")
public class MacFileChooserDialogImpl implements PathChooserDialog {
    private static final int OK = 1;