|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISystemFilterPoolManager | |
---|---|
org.eclipse.rse.core | |
org.eclipse.rse.core.filters | |
org.eclipse.rse.core.subsystems | |
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.local | Application programming interface for creating customized local file subsystems. |
org.eclipse.rse.subsystems.processes.core.subsystem.impl | |
org.eclipse.rse.subsystems.shells.core.subsystems | |
org.eclipse.rse.ui.filters | |
org.eclipse.rse.ui.filters.actions |
Uses of ISystemFilterPoolManager in org.eclipse.rse.core |
---|
Methods in org.eclipse.rse.core with parameters of type ISystemFilterPoolManager | |
---|---|
static String |
SystemResourceManager.getProfileName(ISystemFilterPoolManager mgr)
Map a filter pool manager name to a profile name Current algorith is that manager name equals profile name, but we use this method to allow flexibility in the future. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.core.filters |
---|
Methods in org.eclipse.rse.core.filters that return ISystemFilterPoolManager | |
---|---|
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. |
ISystemFilterPoolManager[] |
ISystemFilterPoolReferenceManager.getAdditionalSystemFilterPoolManagers()
Get the managers of the master list of filter pools, from which objects in this list reference, but which are not in the list of managers our pool manager supplier gives us. |
ISystemFilterPoolManager |
ISystemFilterPoolReferenceManager.getDefaultSystemFilterPoolManager()
Get the default manager of the master list of filter pools, from which objects in this list reference. |
ISystemFilterPoolManager[] |
ISystemFilterPoolManagerProvider.getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr)
Return all the manager objects this provider owns, to which it wants to support referencing from the given filter reference manager. |
ISystemFilterPoolManager |
ISystemFilterContainer.getSystemFilterPoolManager()
|
ISystemFilterPoolManager |
ISystemFilterPool.getSystemFilterPoolManager()
|
ISystemFilterPoolManager |
ISystemFilterString.getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings. |
ISystemFilterPoolManager |
ISystemFilterPoolManagerProvider.getSystemFilterPoolManager(String managerName)
Return the manager object for the given manager name. |
ISystemFilterPoolManager[] |
ISystemFilterPoolManagerProvider.getSystemFilterPoolManagers()
Return all the manager objects this provider owns |
ISystemFilterPoolManager[] |
ISystemFilterPoolReferenceManager.getSystemFilterPoolManagers()
Get the managers of the master list of filter pools, from which objects in this list reference. |
Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolManager | |
---|---|
ISystemFilterPool |
ISystemFilterPoolManager.copySystemFilterPool(ISystemFilterPoolManager targetMgr,
ISystemFilterPool pool,
String newName)
Copy the specified filter pool from this manager to this manager or another manager. |
void |
ISystemFilterPoolManager.copySystemFilterPools(ISystemFilterPoolManager targetMgr)
Copy all filter pools from this manager to another manager. |
ISystemFilterPool |
ISystemFilterPoolManager.moveSystemFilterPool(ISystemFilterPoolManager targetMgr,
ISystemFilterPool oldPool,
String newName)
Move the specified filter pool from this manager to another manager. |
void |
ISystemFilterPoolReferenceManager.setDefaultSystemFilterPoolManager(ISystemFilterPoolManager mgr)
Set the default manager of the master list of filter pools, from which objects in this list reference. |
void |
ISystemFilterPool.setSystemFilterPoolManager(ISystemFilterPoolManager mgr)
Set the filter pool manager for this filter pool. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.core.subsystems |
---|
Fields in org.eclipse.rse.core.subsystems declared as ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPoolManager[] |
SubSystemConfiguration.filterPoolManagers
|
Methods in org.eclipse.rse.core.subsystems that return ISystemFilterPoolManager | |
---|---|
ISystemFilterPoolManager |
SubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
ISystemFilterPoolManager |
ISubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getActiveFilterPoolManagers()
Get the filter pool managers for the active profiles. |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getAllSystemFilterPoolManagers()
Get all the filter pool managers for all the profiles, active or not. |
ISystemFilterPoolManager[] |
ISubSystemConfiguration.getAllSystemFilterPoolManagers()
Retrieves all the filter pool managers for all the profiles, active or not. |
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(IHost conn)
Get the filter pool manager for the given connection |
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemFilterContainer poolOrFilter)
Get the filter pool manager for the given filter pool or filter |
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference)
Get the filter pool manager for the given reference to a filter pool or filter |
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemFilterPool pool)
Get the filter pool manager for the given filter pool |
ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
|
ISystemFilterPoolManager |
ISubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemProfile profile,
boolean force)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager |
ISubSystemConfiguration.getFilterPoolManager(ISystemProfile profile,
boolean force)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getFilterPoolManagers()
Return an array of all filter pool managers owned by this subsystem configuration. |
static ISystemFilterPoolManager |
SubSystemHelpers.getParentSystemFilterPoolManager(ISystemFilterPool pool)
Give a filter pool, return its parent filter pool manager |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr)
Return all the manager objects this provider owns, to which it wants to support referencing from the given filter reference manager. |
ISystemFilterPoolManager |
SubSystemConfiguration.getSystemFilterPoolManager(String mgrName)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getSystemFilterPoolManagers()
Get the filter pool manager for the given profile. |
Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolManager | |
---|---|
protected void |
SubSystemConfiguration.addFilterPoolManager(ISystemProfile profile,
ISystemFilterPoolManager mgr)
Add the given filter pool manager object to internal lists |
protected ISystemFilterPool |
SubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
Overridable lifecycle method. |
protected boolean |
SubSystemConfiguration.doPostRestoreProcessing(ISystemFilterPoolManager restoredFilterPoolMgr)
Do post-restore-processing of an existing filter pool manager. |
protected ISystemProfile |
SubSystemConfiguration.getSystemProfile(ISystemFilterPoolManager poolMgr)
Get a profile object given a filter pool manager object |
protected String |
SubSystemConfiguration.getSystemProfileName(ISystemFilterPoolManager manager)
Return the name of the profile, given the filter pool manager |
protected boolean |
SubSystemConfiguration.isUserPrivateProfile(ISystemFilterPoolManager mgr)
Return true if the given filter pool manager maps to the private profile for this user. |
void |
SubSystemConfiguration.saveFilterPools(ISystemFilterPoolManager mgr)
Saves all filter information to disk for the given profile. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.subsystems.files.core.subsystems |
---|
Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPool |
RemoteFileSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
Override from parent. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.subsystems.files.dstore |
---|
Methods in org.eclipse.rse.subsystems.files.dstore with parameters of type ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPool |
DStoreWindowsFileSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
|
Uses of ISystemFilterPoolManager in org.eclipse.rse.subsystems.files.local |
---|
Methods in org.eclipse.rse.subsystems.files.local with parameters of type ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPool |
LocalFileSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
Override from parent. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.subsystems.processes.core.subsystem.impl |
---|
Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPool |
RemoteProcessSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
Override from parent. |
Uses of ISystemFilterPoolManager in org.eclipse.rse.subsystems.shells.core.subsystems |
---|
Methods in org.eclipse.rse.subsystems.shells.core.subsystems with parameters of type ISystemFilterPoolManager | |
---|---|
protected ISystemFilterPool |
RemoteCmdSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
|
Uses of ISystemFilterPoolManager in org.eclipse.rse.ui.filters |
---|
Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPoolManager | |
---|---|
ISystemFilterPoolManager[] |
SystemFilterPoolDialogInputs.poolManagers
|
Methods in org.eclipse.rse.ui.filters with parameters of type ISystemFilterPoolManager | |
---|---|
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 |
Uses of ISystemFilterPoolManager in org.eclipse.rse.ui.filters.actions |
---|
Methods in org.eclipse.rse.ui.filters.actions that return ISystemFilterPoolManager | |
---|---|
ISystemFilterPoolManager[] |
SystemFilterAbstractFilterPoolAction.getFilterPoolManagers()
Returns the filter pool managers from which to show filter pools for selection. |
Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolManager | |
---|---|
void |
SystemFilterAbstractFilterPoolAction.setFilterPoolManagers(ISystemFilterPoolManager[] managers)
Set the input filter pool managers from which to allow selections of filter pools. |
|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |