RSE
Release 1.0

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

Packages that use ISystemFilterPoolManagerProvider
org.eclipse.rse.core.filters   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui   
org.eclipse.rse.filters   
org.eclipse.rse.internal.subsystems.shells.subsystems   
org.eclipse.rse.persistence   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
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   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore   
org.eclipse.rse.subsystems.processes.local   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore   
org.eclipse.rse.subsystems.shells.local   
org.eclipse.rse.subsystems.shells.ssh   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.actions   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.propertypages   
 

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

Methods in org.eclipse.rse.core.filters that return ISystemFilterPoolManagerProvider
 ISystemFilterPoolManagerProvider SystemFilterPoolManager.getProvider()
          Return the caller which instantiated the filter pool manager
 ISystemFilterPoolManagerProvider ISystemFilter.getProvider()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
 ISystemFilterPoolManagerProvider ISystemFilterPool.getProvider()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
 ISystemFilterPoolManagerProvider ISystemFilterPoolManager.getProvider()
          Return the caller which instantiated the filter pool manager
 ISystemFilterPoolManagerProvider ISystemFilterPoolReferenceManager.getSystemFilterPoolManagerProvider()
          Get the associated master pool manager provider.
 ISystemFilterPoolManagerProvider ISystemFilterString.getProvider()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolManagerProvider
 ISystemFilterPoolManager ISystemFilterStartHere.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
          Factory to create a filter pool manager, when you do NOT want it to worry about saving and restoring the filter data to disk.
 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.
static ISystemFilterPoolManager SystemFilterPoolManager.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters, int savePolicy, IRSEFilterNamingPolicy namingPolicy)
          Factory to create a filter pool manager.
 void SystemFilterPoolManager.initialize(Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
           
 void SystemFilterPoolManager.initialize(Logger logger, ISystemFilterPoolManagerProvider caller, String name)
           
 void SystemFilterPoolManager.setProvider(ISystemFilterPoolManagerProvider caller)
          Set the caller instance which instantiated the filter pool manager.
 void ISystemFilterPoolManager.setProvider(ISystemFilterPoolManagerProvider caller)
          Set the caller instance which instantiated the filter pool manager.
 void ISystemFilterPoolReferenceManager.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider poolMgrProvider)
          Set the associated master pool manager provider.
 Vector ISystemFilterPoolReferenceManager.resolveReferencesAfterRestore(ISystemFilterPoolManagerProvider relatedPoolMgrProvider, ISystemFilterPoolReferenceManagerProvider provider)
          After restoring this from disk, there is only the referenced object name, not the referenced object pointer, for each referencing object.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.core.servicesubsystem
 

Classes in org.eclipse.rse.core.servicesubsystem that implement ISystemFilterPoolManagerProvider
 class ServiceSubSystemConfiguration
          This class is to be used by subsystem-providers that do not desire to use MOF/EMF.
 

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

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.core.subsystems
 interface IServiceSubSystemConfiguration
          This is the interface for the class that is for subsystem-providers who desire not to use MOF.
 interface ISubSystemConfiguration
           
 

Classes in org.eclipse.rse.core.subsystems that implement ISystemFilterPoolManagerProvider
 class SubSystemConfiguration
          Abstract base class for subsystem factory extension points.
 

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

Methods in org.eclipse.rse.files.ui with parameters of type ISystemFilterPoolManagerProvider
 void SystemFileFilterStringEditPane.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Set the contextual system filter pool manager provider.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.filters
 

Methods in org.eclipse.rse.filters that return ISystemFilterPoolManagerProvider
 ISystemFilterPoolManagerProvider SystemFilterPoolReferenceManager.getSystemFilterPoolManagerProvider()
           
 ISystemFilterPoolManagerProvider SystemFilterSimple.getProvider()
          Overridden to return null
 ISystemFilterPoolManagerProvider SystemFilterPool.getProvider()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
 

Methods in org.eclipse.rse.filters with parameters of type ISystemFilterPoolManagerProvider
 ISystemFilterPoolManager SystemFilterStartHere.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
          Factory to create a filter pool manager, when you do NOT want it to worry about saving and restoring the filter data to disk.
 ISystemFilterPoolReferenceManager SystemFilterStartHere.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.
static ISystemFilterPoolReferenceManager SystemFilterPoolReferenceManager.createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider caller, ISystemFilterPoolManagerProvider relatedPoolManagerProvider, IFolder mgrFolder, String name, int savePolicy, IRSEFilterNamingPolicy namingPolicy)
          A factory method to create a SystemFilterPoolReferenceManager instance.
protected  void SystemFilterPoolReferenceManager.initialize(ISystemFilterPoolReferenceManagerProvider caller, IFolder folder, String name, int savePolicy, IRSEFilterNamingPolicy namingPolicy, ISystemFilterPoolManagerProvider relatedPoolManagerProvider)
           
 void SystemFilterPoolReferenceManager.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider poolMgrProvider)
          Set the associated master pool manager provider.
 Vector SystemFilterPoolReferenceManager.resolveReferencesAfterRestore(ISystemFilterPoolManagerProvider relatedPoolMgrProvider, ISystemFilterPoolReferenceManagerProvider provider)
          After restoring this from disk, there is only the referenced object name, not the referenced object pointer, for each referencing object.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.internal.subsystems.shells.subsystems
 

Classes in org.eclipse.rse.internal.subsystems.shells.subsystems that implement ISystemFilterPoolManagerProvider
 class org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence with parameters of type ISystemFilterPoolManagerProvider
 ISystemFilterPoolManager IRSEPersistenceManager.restoreFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.core.subsystem
 

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.core.subsystem
 interface IRemoteProcessSubSystemConfiguration
          An interface representing factories for creating RemoteProcessSubSystem objects.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement ISystemFilterPoolManagerProvider
 class RemoteProcessSubSystemConfiguration
          The implementation of the RemoteProcessSubSystemConfiguration interface Contains information about what features the subsystem supports
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.dstore
 

Classes in org.eclipse.rse.subsystems.processes.dstore that implement ISystemFilterPoolManagerProvider
 class DStoreProcessSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.local
 

Classes in org.eclipse.rse.subsystems.processes.local that implement ISystemFilterPoolManagerProvider
 class LocalProcessSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.servicesubsystem
 

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.processes.servicesubsystem
 interface IProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement ISystemFilterPoolManagerProvider
 class ProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.core.subsystems
 

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.core.subsystems
 interface IRemoteCmdSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 interface IShellServiceSubSystemConfiguration
           
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement ISystemFilterPoolManagerProvider
 class ShellServiceSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.dstore
 

Classes in org.eclipse.rse.subsystems.shells.dstore that implement ISystemFilterPoolManagerProvider
 class DStoreShellSubSystemConfiguration
          Provides a factory for generating instances of the class ShellServiceSubSystem.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.local
 

Classes in org.eclipse.rse.subsystems.shells.local that implement ISystemFilterPoolManagerProvider
 class LocalShellSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.shells.ssh
 

Classes in org.eclipse.rse.subsystems.shells.ssh that implement ISystemFilterPoolManagerProvider
 class SshShellSubSystemConfiguration
           
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.ui.filters
 

Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPoolManagerProvider
 ISystemFilterPoolManagerProvider SystemFilterPoolDialogInputs.poolManagerProvider
           
protected  ISystemFilterPoolManagerProvider SystemChangeFilterPane.provider
           
protected  ISystemFilterPoolManagerProvider SystemFilterStringEditPane.provider
           
 

Methods in org.eclipse.rse.ui.filters that return ISystemFilterPoolManagerProvider
 ISystemFilterPoolManagerProvider SystemFilterStringEditPane.getSystemFilterPoolManagerProvider()
          Getter method, for the use of subclasses.
 

Methods in org.eclipse.rse.ui.filters with parameters of type ISystemFilterPoolManagerProvider
static SystemSimpleContentElement SystemFilterUIHelpers.getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ISystemFilterPoolManager[] mgrs)
          Create and return data model to populate selection tree with
static ImageDescriptor SystemFilterUIHelpers.getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Get the filter pool manager image
static ImageDescriptor SystemFilterUIHelpers.getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool)
          Get the filter pool image
static ImageDescriptor SystemFilterUIHelpers.getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter)
          Get the filter image
 void SystemChangeFilterPane.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Configuration method
Set the contextual system filter pool manager provider.
 void SystemFilterStringEditPane.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Configuration method, called from Change Filter dialog and New Filter wizard.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.ui.filters.actions
 

Methods in org.eclipse.rse.ui.filters.actions that return ISystemFilterPoolManagerProvider
 ISystemFilterPoolManagerProvider SystemFilterAbstractFilterPoolAction.getFilterPoolManagerProvider()
          Get the input filter pool manager provider from which to get the list of filter pool managers.
 ISystemFilterPoolManagerProvider SystemChangeFilterAction.getSystemFilterPoolManagerProvider()
          Get the contextual system filter pool manager provider.
 

Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolManagerProvider
protected  SystemSimpleContentElement SystemFilterCopyFilterPoolAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemFilterCopyFilterStringAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilter[] filtersToExclude)
          Create and return data model to populate selection tree with.
protected  void SystemFilterCopyFilterStringAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilterPool filterPoolToSelect, ISystemFilter filterToSelect)
          Populate filter pool manager subtree with filter pools
protected  void SystemFilterCopyFilterStringAction.populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilter filterToSelect)
          Populate filter pool subtree with filters
 void SystemFilterAbstractFilterPoolAction.setFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Set the input filter pool manager provider from which to get the list of filter pool managers.
protected  SystemSimpleContentElement SystemFilterMoveFilterStringAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilter[] filtersToExclude)
          Create and return data model to populate selection tree with.
protected  void SystemFilterMoveFilterStringAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilterPool filterPoolToSelect, ISystemFilter filterToSelect)
          Populate filter pool manager subtree with filter pools
protected  void SystemFilterMoveFilterStringAction.populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilter filterToSelect)
          Populate filter pool subtree with filters
protected  SystemSimpleContentElement SystemFilterMoveFilterAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilterPool pool)
          Create and return data model to populate selection tree with.
protected static void SystemFilterMoveFilterAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilterPool poolToExclude)
          Populate filter pool manager subtree with filter pools
protected  SystemSimpleContentElement SystemFilterCopyFilterAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
protected static void SystemFilterCopyFilterAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement)
          Populate filter pool manager subtree with filter pools
protected  SystemSimpleContentElement SystemFilterMoveFilterPoolAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.ui.filters.dialogs
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterPoolManagerProvider
 void SystemChangeFilterDialog.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Configuration method
Set the contextual system filter pool manager provider.
 

Uses of ISystemFilterPoolManagerProvider in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type ISystemFilterPoolManagerProvider
 void SystemFilterStringPropertyPage.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Configuration method
Set the contextual system filter pool manager provider.
 void SystemChangeFilterPropertyPage.setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider)
          Configuration method
Set the contextual system filter pool manager provider.
 


RSE
Release 1.0

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