|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface for new Filter wizard main page classes
| Method Summary | |
|---|---|
SystemFilterPoolDialogOutputs |
getFilterPoolDialogOutputs()
Return an object containing user-specified information pertinent to filter pool actions |
String |
getPoolManagerName()
Return user-selected pool manager name. |
String |
getPoolName()
Return user-entered pool name. |
void |
setFilterPoolManagerNameSelectionIndex(int index)
Set the zero-based index of the manager name to preselect. |
void |
setFilterPoolManagers(ISystemFilterPoolManager[] mgrs)
Call this to specify the list of filter pool managers to allow the user to select from. |
void |
setNameValidator(ISystemValidator v)
Call this to specify a validator for the pool name. |
void |
setNameValidators(ISystemValidator[] v)
Even if you call setFilterPoolManagers and you really want your own validators, then call this. |
| Methods inherited from interface org.eclipse.rse.ui.wizards.ISystemWizardPage |
|---|
getHelpContextId, getInputObject, performFinish, setHelp, setInputObject |
| Method Detail |
public void setNameValidator(ISystemValidator v)
public void setNameValidators(ISystemValidator[] v)
public void setFilterPoolManagers(ISystemFilterPoolManager[] mgrs)
public void setFilterPoolManagerNameSelectionIndex(int index)
public String getPoolName()
public String getPoolManagerName()
public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||