Klasse javax.swing.filechooser.FileSystemView | 1.2 |
java.lang.Object | +--javax.swing.filechooser.FileSystemView
Konstruktoren | |
---|---|
public | FileSystemView() |
Methoden | |
---|---|
public static FileSystemView | getFileSystemView() |
public boolean | isRoot(File f) |
public Boolean | isTraversable(File f) ![]() |
public String | getSystemDisplayName(File f) ![]() |
public String | getSystemTypeDescription(File f) ![]() |
public Icon | getSystemIcon(File f) ![]() |
public boolean | isParent(File folder, File file) ![]() |
public File | getChild(File parent, String fileName) ![]() |
public boolean | isFileSystem(File f) ![]() |
public File | createNewFolder(File containingDir) |
public boolean | isHiddenFile(File f) |
public boolean | isFileSystemRoot(File dir) ![]() |
public boolean | isDrive(File dir) ![]() |
public boolean | isFloppyDrive(File dir) ![]() |
public boolean | isComputerNode(File dir) ![]() |
public File[] | getRoots() |
public File | getHomeDirectory() |
public File | getDefaultDirectory() ![]() |
public File | createFileObject(File dir, String filename) |
public File | createFileObject(String path) |
public File[] | getFiles(File dir, boolean useFileHiding) |
public File | getParentDirectory(File dir) |
protected File | createFileSystemRoot(File f) ![]() |