org.eodisp.ui.common.components
Class SdoTreeFilter

java.lang.Object
  extended by org.eodisp.ui.common.components.SdoTreeFilter

public class SdoTreeFilter
extends java.lang.Object

A filter class that can be used in TreeModels to filter the content. It currently works only for TreeModels that use SdoTreeNode's.

The filter currently checks for a specific type of class to filter content, but can be extended in a similar way to filter anything.

Version:
$Id:$
Author:
eglimi

Constructor Summary
SdoTreeFilter(java.lang.Class filterType)
           
 
Method Summary
 boolean passType(SdoTreeNode o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdoTreeFilter

public SdoTreeFilter(java.lang.Class filterType)
Method Detail

passType

public boolean passType(SdoTreeNode o)