org.jdesktop.swingx.search
Class TreeSearchable
- java.lang.Object
-
- org.jdesktop.swingx.search.AbstractSearchable
-
- org.jdesktop.swingx.search.TreeSearchable
-
- All Implemented Interfaces:
- Searchable
public class TreeSearchable extends AbstractSearchable
A searchable targetting the visible rows of a JXTree. PENDING: value to string conversion should behave as nextMatch (?) which uses the convertValueToString().
-
-
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 TreeSearchable(JXTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description JXTreegetTarget()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
-
TreeSearchable
public TreeSearchable(JXTree tree)
- Parameters:
tree-
-
-
Method Detail
-
getTarget
public JXTree 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