public class SingleRootRestrictedFileSystemView extends FileSystemView
| Constructor and Description | 
|---|
| SingleRootRestrictedFileSystemView(File path) | 
| SingleRootRestrictedFileSystemView(String path) | 
| Modifier and Type | Method and Description | 
|---|---|
| File | createNewFolder(File containingDir) | 
| File | getDefaultDirectory() | 
| File | getHomeDirectory() | 
| File | getParentDirectory(File dir) | 
| File[] | getRoots() | 
createFileObject, createFileObject, createFileSystemRoot, getChild, getFiles, getFileSystemView, getSystemDisplayName, getSystemIcon, getSystemTypeDescription, isComputerNode, isDrive, isFileSystem, isFileSystemRoot, isFloppyDrive, isHiddenFile, isParent, isRoot, isTraversablepublic SingleRootRestrictedFileSystemView(String path)
public SingleRootRestrictedFileSystemView(File path)
public File createNewFolder(File containingDir)
createNewFolder in class FileSystemViewpublic File getDefaultDirectory()
getDefaultDirectory in class FileSystemViewpublic File getHomeDirectory()
getHomeDirectory in class FileSystemViewpublic File getParentDirectory(File dir)
getParentDirectory in class FileSystemViewpublic File[] getRoots()
getRoots in class FileSystemView