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.filters.ISystemFilterPoolManagerProvider

Packages that use ISystemFilterPoolManagerProvider
org.eclipse.rse.core.filters   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
org.eclipse.rse.subsystems.terminals.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 ISystemFilter. getProvider ()
           
  ISystemFilterPoolManagerProvider ISystemFilterPool. getProvider ()
           
  ISystemFilterPoolManagerProvider ISystemFilterPoolManager. getProvider ()
          Return the caller which instantiated the filter pool manager
  ISystemFilterPoolManagerProvider ISystemFilterString. getProvider ()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
  ISystemFilterPoolManagerProvider ISystemFilterPoolReferenceManager. getSystemFilterPoolManagerProvider ()
          Get the associated master pool manager provider.
 

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)
          Create a SystemFilterPoolReferenceManager instance, when you do NOT want it to be saved and restored to its own file.
 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.
 

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

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.core.subsystems
 interface ISubSystemConfiguration
          Subsystem Configuration interface.
 

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

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

Methods in org.eclipse.rse.files.ui.widgets 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.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
 

Classes in org.eclipse.rse.subsystems.files.dstore that implement ISystemFilterPoolManagerProvider
 class DStoreFileSubSystemConfiguration
           
 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.processes.shell.linux
 

Classes in org.eclipse.rse.subsystems.processes.shell.linux that implement ISystemFilterPoolManagerProvider
 class ShellProcessSubSystemConfiguration
          This class is used by org.eclipse.rse.core.subsystemConfigurations extension that defines the process subsystem using ssh protocol on linux remote targets.
 

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

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

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

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.subsystems.shells.telnet
 

Classes in org.eclipse.rse.subsystems.shells.telnet that implement ISystemFilterPoolManagerProvider
 class TelnetShellSubSystemConfiguration
           
 

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

Subinterfaces of ISystemFilterPoolManagerProvider in org.eclipse.rse.subsystems.terminals.core
 interface ITerminalServiceSubSystemConfiguration
          An interface representing factories for creating TerminalServiceSubSystem objects.
 

Classes in org.eclipse.rse.subsystems.terminals.core that implement ISystemFilterPoolManagerProvider
 class TerminalServiceSubSystemConfiguration
          The implementation of the ITerminalServiceSubSystemConfiguration interface contains information about what features the subsystem supports, and creates TerminalServiceSubSystem instances.
 

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

Classes in org.eclipse.rse.subsystems.terminals.ssh that implement ISystemFilterPoolManagerProvider
 class SshTerminalSubSystemConfiguration
          An SSH Terminal Subsystem Factory.
 

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  ImageDescriptor SystemFilterUIHelpers. getFilterImage ( ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter)
          Get the filter image
static  ImageDescriptor SystemFilterUIHelpers. getFilterPoolImage ( ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool)
          Get the filter pool image
static  ImageDescriptor SystemFilterUIHelpers. getFilterPoolManagerImage ( ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Get the filter pool manager image
static  SystemSimpleContentElement SystemFilterUIHelpers. getFilterPoolModel ( ISystemFilterPoolManagerProvider mgrProvider, ISystemFilterPoolManager[] mgrs)
          Create and return data model to populate selection tree with
 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
 void SystemFilterAbstractFilterPoolAction. setFilterPoolManagerProvider ( ISystemFilterPoolManagerProvider provider)
          Set the input filter pool manager provider from which to get the list of filter pool managers.
 

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 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