com.jaxfront.swing.ui.tools.search
Class DefaultTypeSearcher

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.search.AbstractSearcher
      extended by com.jaxfront.swing.ui.tools.search.DefaultTypeSearcher
All Implemented Interfaces:
Search

public class DefaultTypeSearcher
extends AbstractSearcher


Field Summary
static int ALL
           
static int DOWN
           
static java.lang.String TYPE_NAME_FILTER
           
static int UP
           
 
Constructor Summary
DefaultTypeSearcher(Type aType)
           
 
Method Summary
 boolean search(java.lang.String value)
           
 void setRootType(Type type)
           
 void setSearchDirective(int directive)
           
 
Methods inherited from class com.jaxfront.swing.ui.tools.search.AbstractSearcher
getAll, getComparator, getNext, getPrevious, getProperty, isRegEx, matchCase, matchWord, putProperty, replaceAll, replaceNext, replacePrevious, reset, setComparator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME_FILTER

public static final java.lang.String TYPE_NAME_FILTER
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values

UP

public static final int UP
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values
Constructor Detail

DefaultTypeSearcher

public DefaultTypeSearcher(Type aType)
Method Detail

search

public boolean search(java.lang.String value)
Specified by:
search in interface Search
Specified by:
search in class AbstractSearcher

setSearchDirective

public void setSearchDirective(int directive)

setRootType

public void setRootType(Type type)