Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view
Class SystemActionViewerFilter

java.lang.Object
  extended byViewerFilter
      extended bycom.ibm.etools.systems.core.ui.view.SystemActionViewerFilter

public class SystemActionViewerFilter
extends ViewerFilter

This class is a viewer filter that tests attributes of thise

See Also:
Serialized Form

Constructor Summary
SystemActionViewerFilter()
          Constructor.
 
Method Summary
 void addFilterCriterion(Class[] objectTypes, String name, String value)
          Adds a filter criterion.
 void removeAllCriterion()
          Removes all criteria.
 boolean select(Viewer viewer, Object parentElement, Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemActionViewerFilter

public SystemActionViewerFilter()
Constructor.

Method Detail

addFilterCriterion

public void addFilterCriterion(Class[] objectTypes,
                               String name,
                               String value)
Adds a filter criterion.

Parameters:
objectTypes - object types that the filter criterion applies to.
name - the name.
value - the value.

removeAllCriterion

public void removeAllCriterion()
Removes all criteria.


select

public boolean select(Viewer viewer,
                      Object parentElement,
                      Object element)
See Also:
ViewerFilter

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.