RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.subsystems.IRemotePropertyHolder

Packages that use IRemotePropertyHolder
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.model   
org.eclipse.rse.subsystems.files.ftp.model   
org.eclipse.rse.subsystems.files.local.model   
org.eclipse.rse.subsystems.files.ssh   
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRemotePropertyHolder
 class AbstractRemoteFile
           
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.core.subsystems
 

Subinterfaces of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.core.subsystems
 interface IRemoteFile
          This interface represents a handle to a remote file system object, which is either a file or a folder.
 interface IVirtualRemoteFile
           
 

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemotePropertyHolder
 class RemoteFile
          A remote file represents a named file on a remote file system.
 class RemoteFileEmpty
          A "dummy" node to use as a place holder
 class RemoteFileRoot
          A root node used to drive a CheckboxTreeAndListGroup, or any viewer which takes a root which should return a single IRemoteFile object in the initial getChildren query.
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.dstore.model
 

Classes in org.eclipse.rse.subsystems.files.dstore.model that implement IRemotePropertyHolder
 class DStoreFile
           
 class DStoreVirtualFile
           
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.ftp.model
 

Classes in org.eclipse.rse.subsystems.files.ftp.model that implement IRemotePropertyHolder
 class FTPRemoteFile
           
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.local.model
 

Classes in org.eclipse.rse.subsystems.files.local.model that implement IRemotePropertyHolder
 class LocalFile
           
 class LocalVirtualFile
           
 

Uses of IRemotePropertyHolder in org.eclipse.rse.subsystems.files.ssh
 

Classes in org.eclipse.rse.subsystems.files.ssh that implement IRemotePropertyHolder
 class SftpRemoteFile
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.