Uses of Interface
com.formdev.flatlaf.ui.FlatNativeMacLibrary.FileChooserCallback
Packages that use FlatNativeMacLibrary.FileChooserCallback
-
Uses of FlatNativeMacLibrary.FileChooserCallback in com.formdev.flatlaf.ui
Methods in com.formdev.flatlaf.ui with parameters of type FlatNativeMacLibrary.FileChooserCallbackModifier and TypeMethodDescriptionstatic String[]FlatNativeMacLibrary.showFileChooser(Window owner, int dark, boolean open, String title, String prompt, String message, String filterFieldLabel, String nameFieldLabel, String nameFieldStringValue, String directoryURL, int optionsSet, int optionsClear, FlatNativeMacLibrary.FileChooserCallback callback, int fileTypeIndex, String[] fileTypes, int[] retFileTypeIndex) Shows the macOS system file dialogs NSOpenPanel or NSSavePanel.