edu.columbia.cs.cgui.rjfc.swing.filechooser
Interface RFileSystemView
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RFileSystemViewImpl
- public interface RFileSystemView
- extends Remote
getRJFCWrappedData
public FileSystemView getRJFCWrappedData()
throws RemoteException
setData
public void setData(FileSystemView data)
throws RemoteException
setHash
public void setHash(Hashtable hash)
throws RemoteException
getFileSystemView
public RFileSystemView getFileSystemView()
throws RemoteException
isRoot
public boolean isRoot(File fvar0)
throws RemoteException
createNewFolder
public File createNewFolder(File containingDirvar0)
throws RemoteException,
IOException
isHiddenFile
public boolean isHiddenFile(File fvar0)
throws RemoteException
getRoots
public File[] getRoots()
throws RemoteException
getHomeDirectory
public File getHomeDirectory()
throws RemoteException
createFileObject
public File createFileObject(File dirvar0,
String filenamevar1)
throws RemoteException
createFileObject
public File createFileObject(String pathvar0)
throws RemoteException
getFiles
public File[] getFiles(File dirvar0,
boolean useFileHidingvar1)
throws RemoteException
getParentDirectory
public File getParentDirectory(File dirvar0)
throws RemoteException