Remote Systems
v6.4.1

com.ibm.etools.systems.filters.ui
Class SystemFilterUIHelpers

java.lang.Object
  extended bycom.ibm.etools.systems.filters.ui.SystemFilterUIHelpers

public class SystemFilterUIHelpers
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
SystemFilterUIHelpers()
           
 
Method Summary
static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data)
          Find element corresponding to given data
static ImageDescriptor getFilterImage(SystemFilterPoolManagerProvider poolMgrProvider, SystemFilter filter)
          Get the filter image
static ImageDescriptor getFilterPoolImage(SystemFilterPoolManagerProvider poolMgrProvider, SystemFilterPool pool)
          Get the filter pool image
static ImageDescriptor getFilterPoolManagerImage(SystemFilterPoolManagerProvider poolMgrProvider, SystemFilterPoolManager poolMgr)
          Get the filter pool manager image
static SystemSimpleContentElement getFilterPoolModel(SystemFilterPoolManagerProvider mgrProvider, SystemFilterPoolManager[] mgrs)
          Create and return data model to populate selection tree with
protected static void populateFilterPoolContentElementVector(SystemFilterPool[] pools, Vector elements, SystemSimpleContentElement parentElement)
          Internal use only
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

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

SystemFilterUIHelpers

public SystemFilterUIHelpers()
Method Detail

getDataElement

public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root,
                                                        Object data)
Find element corresponding to given data


getFilterPoolModel

public static SystemSimpleContentElement getFilterPoolModel(SystemFilterPoolManagerProvider mgrProvider,
                                                            SystemFilterPoolManager[] mgrs)
Create and return data model to populate selection tree with


populateFilterPoolContentElementVector

protected static void populateFilterPoolContentElementVector(SystemFilterPool[] pools,
                                                             Vector elements,
                                                             SystemSimpleContentElement parentElement)
Internal use only


getFilterPoolManagerImage

public static ImageDescriptor getFilterPoolManagerImage(SystemFilterPoolManagerProvider poolMgrProvider,
                                                        SystemFilterPoolManager poolMgr)
Get the filter pool manager image


getFilterPoolImage

public static ImageDescriptor getFilterPoolImage(SystemFilterPoolManagerProvider poolMgrProvider,
                                                 SystemFilterPool pool)
Get the filter pool image


getFilterImage

public static ImageDescriptor getFilterImage(SystemFilterPoolManagerProvider poolMgrProvider,
                                             SystemFilter filter)
Get the filter image


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.