Class SearchBar

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.ro3.apps.shared.SearchBar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, DocumentListener

public class SearchBar extends JPanel implements DocumentListener

SearchBar is a text field, a toggle for case-sensitive, and a toggle for regular expressions.

When the text changes, it fires a property change event for the value "match" with the new text.

See Also: