edu.columbia.cs.cgui.rjfc.swing.filechooser
Interface RFileSystemView

All Superinterfaces:
Remote
All Known Implementing Classes:
RFileSystemViewImpl

public interface RFileSystemView
extends Remote


Method Summary
 File createFileObject(File dirvar0, String filenamevar1)
           
 File createFileObject(String pathvar0)
           
 File createNewFolder(File containingDirvar0)
           
 File[] getFiles(File dirvar0, boolean useFileHidingvar1)
           
 RFileSystemView getFileSystemView()
           
 File getHomeDirectory()
           
 File getParentDirectory(File dirvar0)
           
 FileSystemView getRJFCWrappedData()
           
 File[] getRoots()
           
 boolean isHiddenFile(File fvar0)
           
 boolean isRoot(File fvar0)
           
 void setData(FileSystemView data)
           
 void setHash(Hashtable hash)
           
 

Method Detail

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