com.jaxfront.core.util.search
Class DefaultTypeSearcher

java.lang.Object
  extended by com.jaxfront.core.util.search.AbstractSearcher
      extended by com.jaxfront.core.util.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
static DefaultTypeSearcher getDefault(Type type, int dir)
           
 boolean isChoosenOnly()
           
 boolean isInclEdType()
           
 boolean search(java.lang.String value)
           
 void setChoosenOnly(boolean only)
           
 void setInclEdType(boolean edType)
           
 void setRootType(Type type)
           
 void setSearchDirective(int directive)
           
 
Methods inherited from class com.jaxfront.core.util.search.AbstractSearcher
getAll, getComparator, getNext, getPrevious, getProperty, getSearchValue, 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

ALL

public static final int ALL
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

TYPE_NAME_FILTER

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

UP

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

DefaultTypeSearcher

public DefaultTypeSearcher(Type aType)
Method Detail

getDefault

public static DefaultTypeSearcher getDefault(Type type,
                                             int dir)

isChoosenOnly

public boolean isChoosenOnly()

isInclEdType

public boolean isInclEdType()

search

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

setChoosenOnly

public void setChoosenOnly(boolean only)

setInclEdType

public void setInclEdType(boolean edType)

setRootType

public void setRootType(Type type)

setSearchDirective

public void setSearchDirective(int directive)