Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum |
Modifier and Type | Method and Description |
---|---|
protected static CommonDialogs.FileChooserResult |
CommonDialogs.createFileChooserResult(String[] files,
CommonDialogs.ExtensionFilter[] extensionFilters,
int index) |
static CommonDialogs.FileChooserResult |
CommonDialogs.showFileChooser(Window owner,
File folder,
String filename,
String title,
int type,
boolean multipleMode,
List<CommonDialogs.ExtensionFilter> extensionFilters,
int defaultFilterIndex)
Creates a native file chooser that lets the user select files.
|
protected abstract CommonDialogs.FileChooserResult |
Application.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
Modifier and Type | Method and Description |
---|---|
protected CommonDialogs.FileChooserResult |
IosApplication.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
Modifier and Type | Method and Description |
---|---|
protected CommonDialogs.FileChooserResult |
MonocleApplication.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
Modifier and Type | Method and Description |
---|---|
protected CommonDialogs.FileChooserResult |
SWTApplication.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
Modifier and Type | Method and Description |
---|---|
abstract CommonDialogs.FileChooserResult |
Toolkit.showFileChooser(TKStage ownerWindow,
String title,
File initialDirectory,
String initialFileName,
FileChooserType fileChooserType,
List<FileChooser.ExtensionFilter> extensionFilters,
FileChooser.ExtensionFilter selectedFilter) |
CommonDialogs.FileChooserResult |
DummyToolkit.showFileChooser(TKStage ownerWindow,
String title,
File initialDirectory,
String initialFileName,
FileChooserType fileChooserType,
List<FileChooser.ExtensionFilter> extensionFilters,
FileChooser.ExtensionFilter selectedFilter) |
Modifier and Type | Method and Description |
---|---|
CommonDialogs.FileChooserResult |
QuantumToolkit.showFileChooser(TKStage ownerWindow,
String title,
File initialDirectory,
String initialFileName,
FileChooserType fileChooserType,
List<FileChooser.ExtensionFilter> extensionFilters,
FileChooser.ExtensionFilter selectedFilter) |
Copyright © 2020. All rights reserved.