RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystemConfiguration

Packages that use IRemoteFileSubSystemConfiguration
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.propertypages   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.core.util   
org.eclipse.rse.subsystems.files.dstore.subsystem   
org.eclipse.rse.subsystems.files.ftp   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.ssh   
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.files.ui
 

Methods in org.eclipse.rse.files.ui with parameters of type IRemoteFileSubSystemConfiguration
static ValidatorFileFilterString SystemFileFilterStringEditPane.getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory)
          Reusable method to return a name validator for creating/update a file system filter string.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.files.ui.actions
 

Methods in org.eclipse.rse.files.ui.actions that return IRemoteFileSubSystemConfiguration
 IRemoteFileSubSystemConfiguration SystemAbstractRemoteFilePopupMenuExtensionAction.getRemoteFileSubSystemConfiguration()
          Returns the remote file subsystem factory which owns the subsystem from which the selected remote objects were resolved.
 

Constructors in org.eclipse.rse.files.ui.actions with parameters of type IRemoteFileSubSystemConfiguration
SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemFactory, ISystemFilterPool parentPool, Shell shell)
          Constructor
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.files.ui.propertypages
 

Methods in org.eclipse.rse.files.ui.propertypages that return IRemoteFileSubSystemConfiguration
 IRemoteFileSubSystemConfiguration SystemAbstractRemoteFilePropertyPageExtensionAction.getRemoteFileSubSystemConfiguration()
          Returns the remote file subsystem factory which owns the subsystem from which the selected remote objects were resolved.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.model
 

Methods in org.eclipse.rse.subsystems.files.core.model that return IRemoteFileSubSystemConfiguration
static IRemoteFileSubSystemConfiguration RemoteFileUtility.getFileSubSystemConfiguration(String systemType)
           
 

Methods in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration
 void RemoteFileFilterString.setSubSystemConfiguration(IRemoteFileSubSystemConfiguration subsysFactory)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory)
          Constructor to use when there is no existing filter string.
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input)
          Constructor to use when an absolute filter string already exists.
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input)
          Constructor to use when you have a path and filename filter or comma-separated file types list.
 

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

Subinterfaces of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem
 interface IFileServiceSubSystemConfiguration
           
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRemoteFileSubSystemConfiguration
 class FileServiceSubSystemConfiguration
           
 

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

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileSubSystemConfiguration
 class RemoteFileSubSystemConfiguration
          Specialization for file subsystem configurations.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileSubSystemConfiguration
 IRemoteFileSubSystemConfiguration RemoteFileSubSystem.getParentRemoteFileSubSystemConfiguration()
          Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration Assumes SubSystem.setSubSystemConfiguration(ISubSystemConfiguration) has already been called.
 IRemoteFileSubSystemConfiguration RemoteFile.getParentRemoteFileSubSystemConfiguration()
          Return the parent subsystem factory
 IRemoteFileSubSystemConfiguration IRemoteFileSubSystem.getParentRemoteFileSubSystemConfiguration()
          Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.util
 

Methods in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration
protected  boolean ValidatorFileFilterString.isCaseSensitive(IRemoteFileSubSystemConfiguration ssConfig)
          Return true if case sensitive, false it not.
 

Constructors in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig, Vector existingList)
          Constructor accepting a Vector for the list of existing names.
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig, String[] existingList)
          Constructor accepting an Array for the list of existing names.
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig)
          Use this constructor when the name need not be unique, and you just want the syntax checking.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.dstore.subsystem
 

Classes in org.eclipse.rse.subsystems.files.dstore.subsystem that implement IRemoteFileSubSystemConfiguration
 class DStoreFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 class DStoreWindowsFileSubSystemConfiguration
           
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.ftp
 

Classes in org.eclipse.rse.subsystems.files.ftp that implement IRemoteFileSubSystemConfiguration
 class FTPFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.local
 

Classes in org.eclipse.rse.subsystems.files.local that implement IRemoteFileSubSystemConfiguration
 class LocalFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

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

Classes in org.eclipse.rse.subsystems.files.ssh that implement IRemoteFileSubSystemConfiguration
 class SftpFileSubSystemConfiguration
           
 


RSE
Release 1.0

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