Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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
  Object[] SystemFilterReference. getContents ( ISystemContentsType contentsType)
           
 boolean SystemFilterReference. hasContents ( ISystemContentsType contentsType)
           
 void SystemFilterReference. setContents ( ISystemContentsType type, Object[] cachedContents)
           
 void ISystemFilterReference. 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
  Object[] ISystemContainer. getContents ( ISystemContentsType contentsType)
          Returns all the contents of the object (combining results of all filters
 boolean ISystemContainer. hasContents ( ISystemContentsType contentsType)
          Returns whether the object has contents of a particular type.
 void ISystemModifiableContainer. setContents ( ISystemContentsType type, Object[] cachedContents)
          Cache contents of a certain type.
 

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
  Object[] IRemoteContainer. getContents ( ISystemContentsType contentsType, String filter)
          Returns the contents of the object.
 boolean IRemoteContainer. hasContents ( ISystemContentsType contentsType, String filter)
          Returns whether the object has contents of a particular type associated with the specified filter string.
 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
  Object[] RemoteFile. getContents ( ISystemContentsType contentsType)
           
  Object[] RemoteFile. getContents ( ISystemContentsType contentsType, String filter)
           
 boolean RemoteFile. hasContents ( ISystemContentsType contentsType)
           
 boolean RemoteFile. hasContents ( 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.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire