RSE
Release 3.0

Uses of Interface
org.eclipse.rse.core.model.ISystemContentsType

Packages that use ISystemContentsType
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.subsystems   
 

Uses of ISystemContentsType in org.eclipse.rse.core.filters
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemContentsType
 void ISystemFilterReference.setContents(ISystemContentsType type, Object[] cachedContents)
           
 boolean SystemFilterReference.hasContents(ISystemContentsType contentsType)
           
 Object[] SystemFilterReference.getContents(ISystemContentsType contentsType)
           
 void SystemFilterReference.setContents(ISystemContentsType type, Object[] cachedContents)
           
 

Uses of ISystemContentsType in org.eclipse.rse.core.model
 

Classes in org.eclipse.rse.core.model that implement ISystemContentsType
 class SystemChildrenContentsType
          Represents contents that are children of a container.
 class SystemFilterStringContentsType
          Represents contents that are children of a container.
 

Methods in org.eclipse.rse.core.model with parameters of type ISystemContentsType
 void ISystemModifiableContainer.setContents(ISystemContentsType type, Object[] cachedContents)
          Cache contents of a certain type.
 boolean ISystemContainer.hasContents(ISystemContentsType contentsType)
          Returns whether the object has contents of a particular type.
 Object[] ISystemContainer.getContents(ISystemContentsType contentsType)
          Returns all the contents of the object (combining results of all filters
 

Uses of ISystemContentsType in org.eclipse.rse.core.subsystems
 

Classes in org.eclipse.rse.core.subsystems that implement ISystemContentsType
 class RemoteChildrenContentsType
          Represents contents that are children of a container
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemContentsType
 boolean IRemoteContainer.hasContents(ISystemContentsType contentsType, String filter)
          Returns whether the object has contents of a particular type associated with the specified filter string.
 Object[] IRemoteContainer.getContents(ISystemContentsType contentsType, String filter)
          Returns the contents of the object.
 void IRemoteContainer.setContents(ISystemContentsType contentsType, String filter, Object[] con)
          Sets the contents of this object that match a particular filter
 

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

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement ISystemContentsType
 class RemoteFileChildrenContentsType
          Represents contents that are children of a container
 class RemoteFolderChildrenContentsType
          Represents contents that are children of a container
 class RemoteSearchResultsContentsType
          Represents contents that are children of a container
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemContentsType
 boolean RemoteFile.hasContents(ISystemContentsType contentsType)
           
 boolean RemoteFile.hasContents(ISystemContentsType contentsType, String filter)
           
 Object[] RemoteFile.getContents(ISystemContentsType contentsType)
           
 Object[] RemoteFile.getContents(ISystemContentsType contentsType, String filter)
           
 void RemoteFile.setContents(ISystemContentsType contentsType, String filter, Object[] con)
           
 


RSE
Release 3.0

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