|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ISystemFilterPoolReferenceManager | |
|---|---|
| org.eclipse.rse.core.filters | |
| org.eclipse.rse.core.subsystems | |
| org.eclipse.rse.filters | |
| org.eclipse.rse.ui.filters | |
| org.eclipse.rse.ui.filters.actions | |
| Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.core.filters |
|---|
| Methods in org.eclipse.rse.core.filters that return ISystemFilterPoolReferenceManager | |
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. |
ISystemFilterPoolReferenceManager |
ISystemFilterPoolReferenceManagerProvider.getSystemFilterPoolReferenceManager()
Return the SystemFilterPoolReferenceManager object this provider holds/provides. |
ISystemFilterPoolReferenceManager |
ISystemFilterPoolReference.getFilterPoolReferenceManager()
|
ISystemFilterPoolReferenceManager |
ISystemFilterStringReference.getFilterPoolReferenceManager()
Return the reference manager which is managing this filter reference framework object. |
ISystemFilterPoolReferenceManager |
ISystemFilterReference.getFilterPoolReferenceManager()
Return the reference manager which is managing this filter reference framework object. |
| Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterPoolReferenceManager | |
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. |
ISystemFilterPool |
ISystemFilterPoolManagerProvider.getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr,
String missingPoolMgrName,
String missingPoolName)
Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers(). |
| Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.core.subsystems |
|---|
| Fields in org.eclipse.rse.core.subsystems declared as ISystemFilterPoolReferenceManager | |
protected ISystemFilterPoolReferenceManager |
SubSystem.filterPoolReferenceManager
|
| Methods in org.eclipse.rse.core.subsystems that return ISystemFilterPoolReferenceManager | |
ISystemFilterPoolReferenceManager |
SubSystem.getSystemFilterPoolReferenceManager()
Return the system filter pool reference manager, as per the interface SystemFilterPoolReferenceManagerProvider |
ISystemFilterPoolReferenceManager |
SubSystem.getFilterPoolReferenceManager()
Private. |
ISystemFilterPoolReferenceManager |
ISubSystem.getSystemFilterPoolReferenceManager()
Return the system filter pool reference manager, as per the interface SystemFilterPoolReferenceManagerProvider |
ISystemFilterPoolReferenceManager |
ISubSystem.getFilterPoolReferenceManager()
Generated persistent property method Return the object that manages the list of filter pools referenced by this subsystem. |
| Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterPoolReferenceManager | |
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. |
ISystemFilterPool |
SubSystemConfiguration.getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefMgr,
String missingPoolMgrName,
String missingPoolName)
Last chance call, by a filter pool reference manager, when a reference to a filter pool is found but the referenced master filter pool is not found in those the reference manager by getSystemFilterPoolManagers(). |
void |
SubSystem.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager newFilterPoolReferenceManager)
|
void |
ISubSystem.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager value)
Generated persistent property method Set the object that manages the list of filter pools referenced by this subsystem. |
| Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.filters |
|---|
| Classes in org.eclipse.rse.filters that implement ISystemFilterPoolReferenceManager | |
class |
SystemFilterPoolReferenceManager
|
| Methods in org.eclipse.rse.filters that return ISystemFilterPoolReferenceManager | |
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. |
static ISystemFilterPoolReferenceManager |
SystemFilterPoolReferenceManager.restore(ISystemFilterPoolReferenceManagerProvider caller,
IFolder mgrFolder,
String name,
IRSEFilterNamingPolicy namingPolicy)
Restore the filter pools from disk. |
static ISystemFilterPoolReferenceManager |
SystemFilterPoolReferenceManager.restore(ISystemFilterPoolReferenceManagerProvider caller,
IFolder mgrFolder,
String name)
Restore the filter pools from disk, assuming default for a naming policy. |
protected static ISystemFilterPoolReferenceManager |
SystemFilterPoolReferenceManager.restoreFromOneFile(IFolder mgrFolder,
String name,
IRSEFilterNamingPolicy namingPolicy)
Restore filter pools when all are stored in one file. |
ISystemFilterPoolReferenceManager |
SystemFilterReference.getFilterPoolReferenceManager()
Return the reference manager which is managing this filter reference framework object. |
| Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.ui.filters |
|---|
| Fields in org.eclipse.rse.ui.filters declared as ISystemFilterPoolReferenceManager | |
ISystemFilterPoolReferenceManager |
SystemFilterPoolDialogInputs.refManager
|
| Uses of ISystemFilterPoolReferenceManager in org.eclipse.rse.ui.filters.actions |
|---|
| Methods in org.eclipse.rse.ui.filters.actions that return ISystemFilterPoolReferenceManager | |
ISystemFilterPoolReferenceManager |
SystemFilterAbstractFilterPoolAction.getFilterPoolReferenceManager()
Returns the filter pool reference manager which contains the list of selected filter pools that this dialog is showing and allowing the user to change. |
| Methods in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolReferenceManager | |
void |
SystemFilterAbstractFilterPoolAction.setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refManager)
Set the input filter pool reference manager which is holding the references this dialog is allowing the user to select. |
void |
SystemFilterCascadingNewFilterPoolReferenceAction.setSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refMgr)
Set the master filter pool reference manager from which the filter pools are to be selectable, and into which we will add the filter pool reference |
| Constructors in org.eclipse.rse.ui.filters.actions with parameters of type ISystemFilterPoolReferenceManager | |
SystemFilterCascadingNewFilterPoolReferenceFPMgrAction(Shell shell,
ISystemFilterPoolManager mgr,
ISystemFilterPoolReferenceManager refMgr)
Constructor. |
|
SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell,
ISystemFilterPoolReferenceManager refMgr)
Constructor when reference mgr is available. |
|
SystemFilterPoolReferenceSelectAction(Shell parent,
ISystemFilterPool pool,
ISystemFilterPoolReferenceManager refMgr)
Constructor |
|
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||