org.jdesktop.swingx.search
Class ListSearchable

java.lang.Object
  extended by org.jdesktop.swingx.search.AbstractSearchable
      extended by org.jdesktop.swingx.search.ListSearchable
All Implemented Interfaces:
Searchable

public class ListSearchable
extends AbstractSearchable


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.search.AbstractSearchable
AbstractSearchable.SearchResult
 
Field Summary
 
Fields inherited from class org.jdesktop.swingx.search.AbstractSearchable
MATCH_HIGHLIGHTER
 
Constructor Summary
ListSearchable(JXList list)
           
 
Method Summary
 JXList getTarget()
          It's the responsibility of subclasses to covariant override.
 
Methods inherited from class org.jdesktop.swingx.search.AbstractSearchable
search, search, search, search, search, search, setMatchHighlighter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSearchable

public ListSearchable(JXList list)
Method Detail

getTarget

public JXList getTarget()
It's the responsibility of subclasses to covariant override.

Specified by:
getTarget in class AbstractSearchable
Returns:
the target component