|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
|---|
| Classes in org.eclipse.rse.core.filters that implement ISystemFilterPoolManager | |
class |
SystemFilterPoolManager
|
| 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. |
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. |
protected static ISystemFilterPoolManager |
SystemFilterPoolManager.restoreFromOneFile(Logger logger,
IFolder mgrFolder,
String name,
IRSEFilterNamingPolicy namingPolicy)
Restore filter pools when all are stored in one file |
ISystemFilterPoolManager |
ISystemFilterContainer.getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters. |
ISystemFilterPoolManager |
ISystemFilterPool.getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters. |
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[] |
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[] |
ISystemFilterPoolReferenceManager.getSystemFilterPoolManagers()
Get the managers of the master list of filter pools, from which objects in this list reference. |
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 |
ISystemFilterString.getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings. |
| Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolManager | |
ISystemFilterPool |
SystemFilterPoolManager.copySystemFilterPool(ISystemFilterPoolManager targetMgr,
ISystemFilterPool oldPool,
String newName)
Copy the specified filter pool from this manager to this manager or another manager. |
ISystemFilterPool |
SystemFilterPoolManager.moveSystemFilterPool(ISystemFilterPoolManager targetMgr,
ISystemFilterPool oldPool,
String newName)
Move the specified filter pool from this manager to another manager. |
void |
SystemFilterPoolManager.copySystemFilterPools(ISystemFilterPoolManager targetMgr)
Copy all filter pools from this manager to another manager. |
void |
ISystemFilterPool.setSystemFilterPoolManager(ISystemFilterPoolManager mgr)
Set the filter pool manager. |
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. |
ISystemFilterPoolReference |
ISystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPoolManager filterPoolManager,
String filterPoolName)
Given a filter pool name, create a referencing object and add it to the list. |
| Uses of ISystemFilterPoolManager in org.eclipse.rse.core.servicesubsystem |
|---|
| Methods in org.eclipse.rse.core.servicesubsystem with parameters of type ISystemFilterPoolManager | |
protected ISystemFilterPool |
ServiceSubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
Overridable lifecycle method. |
| 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 | |
static ISystemFilterPoolManager |
SubSystemHelpers.getParentSystemFilterPoolManager(ISystemFilterPool pool)
Give a filter pool, return its parent filter pool manager |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getFilterPoolManagers()
Return an array of all filter pool managers owned by this subsystem factory. |
ISystemFilterPoolManager[] |
SubSystemConfiguration.getActiveFilterPoolManagers()
Get the filter pool managers for the active profiles. |
ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
Get the filter pool manager for the given profile |
ISystemFilterPoolManager |
SubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
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. |
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. |
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemFilterPool pool)
Get the filter pool manager for the given filter pool |
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(IHost conn)
Get the filter pool manager for the given connection |
ISystemFilterPoolManager[] |
SubSystemConfiguration.restoreAllFilterPoolManagersForAllProfiles()
Get all the filter pool managers for all the profiles, active or not. |
ISystemFilterPoolManager |
ISubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
Get the filter pool manager for the given profile |
ISystemFilterPoolManager |
ISubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
| Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolManager | |
protected ISystemProfile |
SubSystemConfiguration.getSystemProfile(ISystemFilterPoolManager poolMgr)
Get a profile object given a filter pool manager object |
protected abstract ISystemFilterPool |
SubSystemConfiguration.createDefaultFilterPool(ISystemFilterPoolManager mgr)
OVERRIDABLE METHOD FOR CHILD CLASSES TO ENABLE THEM TO CREATE A DEFAULT POOL WHENEVER A NEW FILTER POOL MANAGER IS CREATED (EG, WHEN PROFILE CREATED). |
protected boolean |
SubSystemConfiguration.isUserPrivateProfile(ISystemFilterPoolManager mgr)
Return true if the given filter pool manager maps to the private profile for this user. |
protected boolean |
SubSystemConfiguration.doPostRestoreProcessing(ISystemFilterPoolManager restoredFilterPoolMgr)
Do post-restore-processing of an existing filter pool manager. |
protected void |
SubSystemConfiguration.addFilterPoolManager(ISystemProfile profile,
ISystemFilterPoolManager mgr)
Add the given filter pool manager object to internal lists |
protected String |
SubSystemConfiguration.getSystemProfileName(ISystemFilterPoolManager manager)
Return the name of the profile, given the filter pool manager |
void |
SubSystemConfiguration.saveFilterPools(ISystemFilterPoolManager mgr)
Saves all filter information to disk for the given profile. |
| Uses of ISystemFilterPoolManager in org.eclipse.rse.filters |
|---|
| Methods in org.eclipse.rse.filters that return ISystemFilterPoolManager | |
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. |
ISystemFilterPoolManager[] |
SystemFilterPoolReferenceManager.getSystemFilterPoolManagers()
|
ISystemFilterPoolManager[] |
SystemFilterPoolReferenceManager.getAdditionalSystemFilterPoolManagers()
|
ISystemFilterPoolManager |
SystemFilterPoolReferenceManager.getDefaultSystemFilterPoolManager()
|
static ISystemFilterPoolManager |
SystemFilterPoolReferenceManager.getFilterPoolManager(ISystemFilterPoolManager[] mgrs,
String mgrName)
Utility method to scan across all filter pool managers for a match on a give name. |
ISystemFilterPoolManager |
SystemFilterSimple.getSystemFilterPoolManager()
Overridden to return null |
ISystemFilterPoolManager |
SystemFilterPool.getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters. |
| Methods in org.eclipse.rse.filters with parameters of type ISystemFilterPoolManager | |
void |
SystemFilterPoolReferenceManager.setDefaultSystemFilterPoolManager(ISystemFilterPoolManager mgr)
Set the default manager of the master list of filter pools, from which objects in this list reference. |
ISystemFilterPoolReference |
SystemFilterPoolReferenceManager.addReferenceToSystemFilterPool(ISystemFilterPoolManager filterPoolManager,
String filterPoolName)
|
static ISystemFilterPool |
SystemFilterPoolReferenceManager.getFilterPool(ISystemFilterPoolManager[] mgrs,
String mgrName,
String poolName)
Utility method to scan across all filter pools in a given named filter pool manager, for a match on a given filter pool name. |
static ISystemFilterPoolManager |
SystemFilterPoolReferenceManager.getFilterPoolManager(ISystemFilterPoolManager[] mgrs,
String mgrName)
Utility method to scan across all filter pool managers for a match on a give name. |
void |
SystemFilterPool.setSystemFilterPoolManager(ISystemFilterPoolManager mgr)
Set the filter pool manager. |
| Uses of ISystemFilterPoolManager in org.eclipse.rse.persistence |
|---|
| Methods in org.eclipse.rse.persistence that return ISystemFilterPoolManager | |
ISystemFilterPoolManager |
IRSEPersistenceManager.restoreFilterPoolManager(ISystemProfile profile,
Logger logger,
ISystemFilterPoolManagerProvider caller,
String name)
|
| Methods in org.eclipse.rse.persistence with parameters of type ISystemFilterPoolManager | |
boolean |
IRSEPersistenceManager.commit(ISystemFilterPoolManager filterPoolManager)
|
| 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.subsystem |
|---|
| Methods in org.eclipse.rse.subsystems.files.dstore.subsystem 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.ui.filters |
|---|
| Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPoolManager | |
ISystemFilterPoolManager[] |
SystemFilterPoolDialogInputs.poolManagers
|
| Methods in org.eclipse.rse.ui.filters that return ISystemFilterPoolManager | |
ISystemFilterPoolManager[] |
SystemFilterPoolManagerUIProvider.getFilterPoolManagers()
|
| Methods in org.eclipse.rse.ui.filters with parameters of type ISystemFilterPoolManager | |
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 |
| 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. |
ISystemFilterPoolManager[] |
SystemFilterNewFilterPoolAction.getFilterPoolManagers()
Returns array of managers to show in combo box. |
protected ISystemFilterPoolManager[] |
SystemFilterMoveFilterPoolAction.getSelectedFilterPoolManagers()
Get the managers of the currently selected filter pools |
| Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolManager | |
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 |
void |
SystemFilterAbstractFilterPoolAction.setFilterPoolManagers(ISystemFilterPoolManager[] managers)
Set the input filter pool managers from which to allow selections of filter pools. |
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 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. |
| Constructors in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolManager | |
SystemFilterCascadingNewFilterPoolReferenceFPMgrAction(Shell shell,
ISystemFilterPoolManager mgr,
ISystemFilterPoolReferenceManager refMgr)
Constructor. |
|
| Uses of ISystemFilterPoolManager in org.eclipse.rse.ui.filters.dialogs |
|---|
| Fields in org.eclipse.rse.ui.filters.dialogs declared as ISystemFilterPoolManager | |
protected ISystemFilterPoolManager[] |
SystemFilterNewFilterPoolWizard.mgrs
|
| Methods in org.eclipse.rse.ui.filters.dialogs that return ISystemFilterPoolManager | |
ISystemFilterPoolManager[] |
SystemFilterWorkWithFilterPoolsDialog.getFilterPoolManagers()
Callback from new action to get array of managers |
| Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterPoolManager | |
protected ISystemFilterPool |
SystemFilterNewFilterPoolWizard.createFilterPool(ISystemFilterPoolManager selectedManager,
String poolName)
Process the create new filter pool request, after user presses OK on the dialog. |
void |
SystemFilterNewFilterPoolWizardMainPageInterface.setFilterPoolManagers(ISystemFilterPoolManager[] mgrs)
Call this to specify the list of filter pool managers to allow the user to select from. |
void |
SystemFilterNewFilterPoolWizardDefaultMainPage.setFilterPoolManagers(ISystemFilterPoolManager[] mgrs)
Call this to specify the list of filter pool managers to allow the user to select from. |
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||