|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.filters.SystemFilterPoolWrapper
The system filter wizard allows callers to pass a list of wrapper objects for the user to select a filter pool.
This is a default implementation of the wrapper interface, that allows the display name and wrappered filter pool to be set via the constructor.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.systems.filters.ISystemFilterPoolWrapper |
---|
copyright |
Constructor Summary | |
---|---|
SystemFilterPoolWrapper(String displayName,
SystemFilterPool poolToWrapper)
Constructor for SystemFilterPoolWrapper. |
Method Summary | |
---|---|
String |
getDisplayName()
Get the name to display in the combo box for this wrapper |
SystemFilterPool |
getSystemFilterPool()
Get the wrappered SystemFilterPool object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public SystemFilterPoolWrapper(String displayName, SystemFilterPool poolToWrapper)
Method Detail |
public String getDisplayName()
ISystemFilterPoolWrapper
getDisplayName
in interface ISystemFilterPoolWrapper
ISystemFilterPoolWrapper.getDisplayName()
public SystemFilterPool getSystemFilterPool()
ISystemFilterPoolWrapper
getSystemFilterPool
in interface ISystemFilterPoolWrapper
ISystemFilterPoolWrapper.getSystemFilterPool()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |