Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface ISystemFilterPoolWrapperInformation

All Known Implementing Classes:
SystemFilterPoolWrapperInformation

public interface ISystemFilterPoolWrapperInformation

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 interface. There is also a class offered that implements all this and is populated via setters.


Field Summary
static String copyright
           
 
Method Summary
 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.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getResourceBundle

public ResourceBundle getResourceBundle()
Get the resource bundle to use for the filter pool prompt label, tooltip, and preceding verbage.


getPromptRBKey

public String getPromptRBKey()
Get the resource bundle key for the filter pool prompt label and tip. Will add ".label" and ".tooltip" to this key, then use getString on the resource bundle.


getVerbageRBKey

public String getVerbageRBKey()
Get the resource bundle key for the filter pool prompt verbage that goes above the combo box in the New Filter wizard. Return null if you don't want any verbage, else what is returned will be used in getString() on the resource bundle to get the mri.


getWrappers

public ISystemFilterPoolWrapper[] getWrappers()
Get the list of wrappered filter pool objects to show in the combo. The wrappering allows each to be displayed with a different name in the list than just pool.getName()


getPreSelectWrapper

public ISystemFilterPoolWrapper getPreSelectWrapper()
Get the wrapper to preselect in the list.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.