Uses of Class
javax.swing.filechooser.FileSystemView
-
Packages that use FileSystemView 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.filechooser 包含JFileChooser组件使用的类和接口。 -
-
Uses of FileSystemView in javax.swing
Methods in javax.swing that return FileSystemView 变量和类型 方法 描述 FileSystemViewJFileChooser. getFileSystemView()返回文件系统视图。Methods in javax.swing with parameters of type FileSystemView 变量和类型 方法 描述 voidJFileChooser. setFileSystemView(FileSystemView fsv)设置JFileChooser用于访问和创建文件系统资源的文件系统视图,例如查找软盘驱动器和获取根驱动器列表。protected voidJFileChooser. setup(FileSystemView view)执行常见的构造函数初始化和设置。Constructors in javax.swing with parameters of type FileSystemView 构造器 描述 JFileChooser(File currentDirectory, FileSystemView fsv)构造一个JFileChooser使用给定的当前目录和FileSystemView。JFileChooser(String currentDirectoryPath, FileSystemView fsv)构造一个JFileChooser使用给定的当前目录路径和FileSystemView。JFileChooser(FileSystemView fsv)构造一个JFileChooser使用给定的FileSystemView。 -
Uses of FileSystemView in javax.swing.filechooser
Methods in javax.swing.filechooser that return FileSystemView 变量和类型 方法 描述 static FileSystemViewFileSystemView. getFileSystemView()返回文件系统视图。
-