org.jdesktop.swingx.search
Class TableSearchable
- java.lang.Object
-
- org.jdesktop.swingx.search.AbstractSearchable
-
- org.jdesktop.swingx.search.TableSearchable
-
- All Implemented Interfaces:
- Searchable
public class TableSearchable extends AbstractSearchable
An Searchable implementation for use in JXTable.
-
-
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
Constructors Constructor and Description TableSearchable(JXTable table)Instantiates a TableSearchable with the given table as target.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description JXTablegetTarget()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
-
-
-
-
Constructor Detail
-
TableSearchable
public TableSearchable(JXTable table)
Instantiates a TableSearchable with the given table as target.- Parameters:
table- the JXTable to search.
-
-
Method Detail
-
getTarget
public JXTable getTarget()
It's the responsibility of subclasses to covariant override.- Specified by:
getTargetin classAbstractSearchable- Returns:
- the target component
-
-
DataMelt 3.0 © DataMelt by jWork.ORG