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

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.search.AbstractResultProcessor
      extended by com.jaxfront.swing.ui.tools.search.TypeSearchResultProcessor
All Implemented Interfaces:
SearchResultProcessor

public class TypeSearchResultProcessor
extends AbstractResultProcessor
implements SearchResultProcessor


Constructor Summary
TypeSearchResultProcessor()
           
 
Method Summary
 void jumpTo(Type aType)
           
 void process(java.lang.Object aResult)
           
 
Methods inherited from class com.jaxfront.swing.ui.tools.search.AbstractResultProcessor
getProperty, putProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jaxfront.swing.ui.tools.search.SearchResultProcessor
getProperty, putProperty
 

Constructor Detail

TypeSearchResultProcessor

public TypeSearchResultProcessor()
Method Detail

jumpTo

public void jumpTo(Type aType)

process

public void process(java.lang.Object aResult)
Specified by:
process in interface SearchResultProcessor