RSE
Release 3.0

Uses of Class
org.eclipse.rse.subsystems.files.core.model.RemoteFileFilterString

Packages that use RemoteFileFilterString
org.eclipse.rse.subsystems.files.core.subsystems   
 

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

Fields in org.eclipse.rse.subsystems.files.core.subsystems declared as RemoteFileFilterString
protected  RemoteFileFilterString RemoteFileSubSystem.currFilterString
           
protected  RemoteFileFilterString RemoteFileContext.filterString
           
protected  RemoteFileFilterString RemoteFileSubSystem.FILTERSTRING_LISTROOTS
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return RemoteFileFilterString
 RemoteFileFilterString[] IRemoteFile.getAllFilterStrings()
          If this is a folder, it is possible that it is listed as part of a multiple filter string filter.
 RemoteFileFilterString[] RemoteFileContext.getAllFilterStrings()
          Return all the filter string objects applicable to this folder object.
 RemoteFileFilterString[] RemoteFile.getAllFilterStrings()
          If this is a folder, it is possible that it is listed as part of a multiple filter string filter.
 RemoteFileFilterString[] IRemoteFileContext.getAllFilterStrings()
          Return all the filter string objects applicable to this folder object.
protected  RemoteFileFilterString RemoteFileSubSystem.getCurrentFilterString()
           
 RemoteFileFilterString IRemoteFile.getFilterString()
          Return the filter string resolved to get this object
 RemoteFileFilterString RemoteFileContext.getFilterString()
          Return the filter string object resolved to get this object
 RemoteFileFilterString RemoteFile.getFilterString()
          Return the filter string resolved to get this object
 RemoteFileFilterString IRemoteFileContext.getFilterString()
          Return the filter string used to resolve the list resulting in this remote object.
protected  RemoteFileFilterString RemoteFileSubSystem.getFilterStringListRoots()
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type RemoteFileFilterString
 void RemoteFileContext.addFilterString(RemoteFileFilterString additionalFilterString)
          Add an additional filter string.
 void IRemoteFileContext.addFilterString(RemoteFileFilterString additionalFilterString)
          Add an additional filter string.
protected  RemoteFileContext RemoteFileSubSystem.getContext(IRemoteFile parent, RemoteFileFilterString rffs)
           
protected  Object[] RemoteFileSubSystem.internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor)
          Do one filter string relative resolve
 void RemoteFileContext.setFilterString(RemoteFileFilterString filterString)
          Set the filter string object resolved to get this object
 void RemoteFile.setFilterString(RemoteFileFilterString filterString)
          Set the filter string resolved to get this object
 void IRemoteFileContext.setFilterString(RemoteFileFilterString filterString)
          Set the filter string used to resolve the list resulting in this remote object.
 

Constructors in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type RemoteFileFilterString
RemoteFileContext(IRemoteFileSubSystem subsystem, IRemoteFile parentFileObject, RemoteFileFilterString filterString)
          Constructor that takes all inputs.
 


RSE
Release 3.0

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