Java com.intellij.openapi.fileChooser FileChooser fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.fileChooser FileChooser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.fileChooser FileChooser.

The text is from its open source code.

Method

VirtualFilechooseFile(@NotNull final FileChooserDescriptor descriptor, @Nullable final Component parent, @Nullable final Project project, @Nullable final VirtualFile toSelect)
voidchooseFile(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final VirtualFile toSelect, @NotNull final Consumer callback)
Shows file/folder open dialog, allows user to choose file/folder and then passes result to callback in EDT.
VirtualFilechooseFile(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final VirtualFile toSelect)
voidchooseFile(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final Component parent, @Nullable final VirtualFile toSelect, @NotNull final Consumer callback)
Shows file/folder open dialog, allows user to choose file/folder and then passes result to callback in EDT.
VirtualFile @NotNull []chooseFiles(@NotNull final FileChooserDescriptor descriptor, @Nullable final Component parent, @Nullable final Project project, @Nullable final VirtualFile toSelect)
voidchooseFiles(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final VirtualFile toSelect, @NotNull final Consumer> callback)
Shows file/folder open dialog, allows user to choose files/folders and then passes result to callback in EDT.
VirtualFile @NotNull []chooseFiles(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final VirtualFile toSelect)
voidchooseFiles(@NotNull final FileChooserDescriptor descriptor, @Nullable final Project project, @Nullable final Component parent, @Nullable final VirtualFile toSelect, @NotNull final Consumer> callback)
Shows file/folder open dialog, allows user to choose files/folders and then passes result to callback in EDT.