|
 |
|
|
Uses of Interface org.eclipse.rse.core.filters.ISystemFilterContainer
Methods in
org.eclipse.rse.core.filters with parameters of type
ISystemFilterContainer
|
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
List filterStrings)
Creates a new system filter within the given filter container (either a
filter pool, or a filter). |
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
List filterStrings,
String type)
Creates a new system filter that is typed. |
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
List filterStrings,
String type,
boolean promptable)
Creates a new system filter that is typed and promptable Same as
ISystemFilterPoolManager.createSystemFilter(ISystemFilterContainer, String ,String[], String)
but takes a boolean indicating if it is promptable. |
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
String[] filterStrings)
Creates a new system filter within the given filter container (either a
filter pool, or a filter). |
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
String[] filterStrings,
String type)
Creates a new system filter that is typed. |
ISystemFilter
|
ISystemFilterPoolManager.
createSystemFilter
(
ISystemFilterContainer parent,
String aliasName,
String[] filterStrings,
String type,
boolean promptable)
Creates a new system filter that is typed and promptable Same as
ISystemFilterPoolManager.createSystemFilter(ISystemFilterContainer, String ,String[], String)
but takes a boolean indicating if it is promptable. |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|