RSE
Release 2.0

Uses of Interface
org.eclipse.rse.core.filters.IRSEFilterNamingPolicy

Packages that use IRSEFilterNamingPolicy
org.eclipse.rse.core.filters   
org.eclipse.rse.core.subsystems   
 

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

Classes in org.eclipse.rse.core.filters that implement IRSEFilterNamingPolicy
 class SystemFilterNamingPolicy
          A naming policy so tool writers can override defaults used when saving filter data to disk.
 

Methods in org.eclipse.rse.core.filters that return IRSEFilterNamingPolicy
 IRSEFilterNamingPolicy ISystemFilterStartHere.createSystemFilterNamingPolicy()
          Factory method to return an instance populated with defaults.
 IRSEFilterNamingPolicy ISystemFilterPool.getNamingPolicy()
          Get the naming policy currently used when saving data to disk.
static IRSEFilterNamingPolicy SystemFilterNamingPolicy.getNamingPolicy()
          Factory method to return an instance populated with defaults.
 

Methods in org.eclipse.rse.core.filters with parameters of type IRSEFilterNamingPolicy
 ISystemFilterPoolReferenceManager ISystemFilterStartHere.createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider caller, ISystemFilterPoolManagerProvider relatedPoolMgrProvider, String name, IRSEFilterNamingPolicy namingPolicy)
          Create a SystemFilterPoolReferenceManager instance, when you do NOT want it to be saved and restored to its own file.
 void ISystemFilterPool.setNamingPolicy(IRSEFilterNamingPolicy namingPolicy)
          Set the naming policy used when saving data to disk.
 

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

Classes in org.eclipse.rse.core.subsystems that implement IRSEFilterNamingPolicy
 class SubSystemFilterNamingPolicy
          A filter naming policy is responsible for returning the save file names for a given filter framework object.
 


RSE
Release 2.0

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