| Interface | Description | 
|---|---|
| SearchableContainer | 
 SearchableContainer is an interface to be implemented by components that 
 will participate in the property label text searching initiated by the user 
 from the PropertyInspector's toolbar. 
 | 
| SearchableLabel | 
 Interface to identify a control that can be queried for its SearchableText. 
 | 
| SearchableText | 
 Interface to support searching text in various types of UI controls 
 (labels, radio buttons, checkboxes...). 
 | 
| Class | Description | 
|---|---|
| ContainerSearch | 
 Default search algorithm for findText. 
 | 
| FindTextSupport | 
 Implementation of SearchableText suitable for reuse by components that
 have displayed text that can be set to HTML fragments for special effects
 purposes (in this case, highlighting the matched substring). 
 | 
| SearchIterator | 
 Default component iterator to be used for findText. 
 | 
| TextHighlightEffect | 
 Special effect utility class for highlighting search text. 
 |