|
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.SystemFilterPoolWrapperInformation
The system filter wizard allows callers to pass a list of wrapper objects for the user to select a filter pool. Effectively, this prompting for euphamisms to filter pools. This requires an array of wrapper objects, and requires replacement mri for the pool prompt and tooltip text, and the verbage above it.
This is all encapsulated in this class. The information is set via setters or constructor parameters.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemFilterPoolWrapperInformation(ResourceBundle rb,
String promptRBKey,
String verbageRBKey)
Constructor for SystemFilterPoolWrapperInformation. |
Method Summary | |
---|---|
void |
addWrapper(ISystemFilterPoolWrapper wrapper)
Add a wrapper object |
void |
addWrapper(String displayName,
SystemFilterPool poolToWrap,
boolean preSelect)
Add a filter pool, which we will wrapper here by creating a SystemFilterPoolWrapper object for you |
ISystemFilterPoolWrapper |
getPreSelectWrapper()
Get the wrapper to preselect in the list. |
String |
getPromptRBKey()
Get the resource bundle key for the filter pool prompt label and tip. |
ResourceBundle |
getResourceBundle()
Get the resource bundle to use for the filter pool prompt label, tooltip, and preceding verbage. |
String |
getVerbageRBKey()
Get the resource bundle key for the filter pool prompt verbage that goes above the combo box in the New Filter wizard. |
ISystemFilterPoolWrapper[] |
getWrappers()
Get the list of wrappered filter pool objects to show in the combo. |
void |
setPreSelectWrapper(ISystemFilterPoolWrapper wrapper)
Set the wrapper to preselect |
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 SystemFilterPoolWrapperInformation(ResourceBundle rb, String promptRBKey, String verbageRBKey)
Method Detail |
public void addWrapper(ISystemFilterPoolWrapper wrapper)
public void addWrapper(String displayName, SystemFilterPool poolToWrap, boolean preSelect)
public void setPreSelectWrapper(ISystemFilterPoolWrapper wrapper)
public ResourceBundle getResourceBundle()
ISystemFilterPoolWrapperInformation
getResourceBundle
in interface ISystemFilterPoolWrapperInformation
ISystemFilterPoolWrapperInformation.getResourceBundle()
public String getPromptRBKey()
ISystemFilterPoolWrapperInformation
getPromptRBKey
in interface ISystemFilterPoolWrapperInformation
ISystemFilterPoolWrapperInformation.getPromptRBKey()
public String getVerbageRBKey()
ISystemFilterPoolWrapperInformation
getVerbageRBKey
in interface ISystemFilterPoolWrapperInformation
ISystemFilterPoolWrapperInformation.getVerbageRBKey()
public ISystemFilterPoolWrapper[] getWrappers()
ISystemFilterPoolWrapperInformation
getWrappers
in interface ISystemFilterPoolWrapperInformation
ISystemFilterPoolWrapperInformation.getWrappers()
public ISystemFilterPoolWrapper getPreSelectWrapper()
ISystemFilterPoolWrapperInformation
getPreSelectWrapper
in interface ISystemFilterPoolWrapperInformation
ISystemFilterPoolWrapperInformation.getPreSelectWrapper()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |