public static final class OpenFolderCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenFolder.Response>
OpenFolderCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.internal.rpc.OpenFolder.Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Notifies the browser that the folder chooser dialog should be canceled.
|
void |
open(java.nio.file.Path folderPath)
Notifies the browser that the folder was selected in the dialog.
|
isClosed