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 变量和类型 方法 描述 FileSystemView
JFileChooser. getFileSystemView()
返回文件系统视图。Methods in javax.swing with parameters of type FileSystemView 变量和类型 方法 描述 void
JFileChooser. setFileSystemView(FileSystemView fsv)
设置JFileChooser
用于访问和创建文件系统资源的文件系统视图,例如查找软盘驱动器和获取根驱动器列表。protected void
JFileChooser. 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 FileSystemView
FileSystemView. getFileSystemView()
返回文件系统视图。
-