|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISystemFilterContainerReference | |
---|---|
org.eclipse.rse.core.filters | |
org.eclipse.rse.core.subsystems | |
org.eclipse.rse.ui.filters.dialogs |
Uses of ISystemFilterContainerReference in org.eclipse.rse.core.filters |
---|
Subinterfaces of ISystemFilterContainerReference in org.eclipse.rse.core.filters | |
---|---|
interface |
ISystemFilterPoolReference
Interface implemented by references to filter pools. |
interface |
ISystemFilterReference
Represents a shadow or reference to a system filter. |
Classes in org.eclipse.rse.core.filters that implement ISystemFilterContainerReference | |
---|---|
class |
SystemFilterReference
Represents a shadow or reference to a system filter. |
Methods in org.eclipse.rse.core.filters that return ISystemFilterContainerReference | |
---|---|
ISystemFilterContainerReference |
ISystemFilterReference.getParent()
Get the parent of this reference. |
ISystemFilterContainerReference |
SystemFilterReference.getParent()
The parent will either by a SystemFilterPoolReference or a SystemFilterReference. |
Methods in org.eclipse.rse.core.filters with parameters of type ISystemFilterContainerReference | |
---|---|
static ISystemFilterReference |
SystemFilterReference.createSystemFilterReference(ISubSystem subSystem,
ISystemFilterContainerReference parent,
ISystemFilter filter,
boolean persistent)
Create a new instance of this class. |
void |
SystemFilterReference.setParent(ISystemFilterContainerReference parent)
If this is a reference to a nested filter, the parent is the reference to the nested filter's parent. |
Uses of ISystemFilterContainerReference in org.eclipse.rse.core.subsystems |
---|
Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemFilterContainerReference | |
---|---|
protected ISystemFilterPoolManager |
SubSystemConfiguration.getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference)
Get the filter pool manager for the given reference to a filter pool or filter |
Uses of ISystemFilterContainerReference in org.eclipse.rse.ui.filters.dialogs |
---|
Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type ISystemFilterContainerReference | |
---|---|
void |
SystemNewFilterWizard.setFilterContainer(ISystemFilterContainerReference containerRef)
Set parent filter container to contain this filter |
|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |