|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.ui.common.components.SdoTreeFilter
public class SdoTreeFilter
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.
| 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 |
|---|
public SdoTreeFilter(java.lang.Class filterType)
| Method Detail |
|---|
public boolean passType(SdoTreeNode o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||