|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.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.
| Constructor Summary | |
|---|---|
SystemFilterPoolWrapperInformation(String promptLabel,
String promptTooltip,
String verbageLabel)
Constructor for SystemFilterPoolWrapperInformation. |
|
| Method Summary | |
|---|---|
void |
addWrapper(ISystemFilterPoolWrapper wrapper)
Add a wrapper object |
void |
addWrapper(String displayName,
ISystemFilterPool 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 |
getPromptLabel()
Get the label |
String |
getPromptTooltip()
Get the tooltip |
String |
getVerbageLabel()
|
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 |
| Constructor Detail |
public SystemFilterPoolWrapperInformation(String promptLabel,
String promptTooltip,
String verbageLabel)
| Method Detail |
public void addWrapper(ISystemFilterPoolWrapper wrapper)
public void addWrapper(String displayName,
ISystemFilterPool poolToWrap,
boolean preSelect)
public void setPreSelectWrapper(ISystemFilterPoolWrapper wrapper)
public String getPromptLabel()
ISystemFilterPoolWrapperInformation
getPromptLabel in interface ISystemFilterPoolWrapperInformationpublic String getPromptTooltip()
ISystemFilterPoolWrapperInformation
getPromptTooltip in interface ISystemFilterPoolWrapperInformationpublic String getVerbageLabel()
getVerbageLabel in interface ISystemFilterPoolWrapperInformationpublic ISystemFilterPoolWrapper[] getWrappers()
ISystemFilterPoolWrapperInformation
getWrappers in interface ISystemFilterPoolWrapperInformationISystemFilterPoolWrapperInformation.getWrappers()public ISystemFilterPoolWrapper getPreSelectWrapper()
ISystemFilterPoolWrapperInformation
getPreSelectWrapper in interface ISystemFilterPoolWrapperInformationISystemFilterPoolWrapperInformation.getPreSelectWrapper()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||