SwingTerminalSearchBar
class SwingTerminalSearchBar @JvmOverloads constructor(terminal: SwingTerminal, componentFactory: SwingTerminalSearchBarComponentFactory = SwingTerminalSearchBarComponentFactory.DEFAULT)
Optional host-owned search bar for a SwingTerminal.
The bar owns visible search chrome only. Search scanning, highlight projection, and result navigation stay in SwingTerminal. Hosts decide whether to instantiate this class, where to mount component, and which shortcut opens it.
Parameters
terminal
terminal whose headless search API backs this bar.
componentFactory
factory for host-specific Swing controls.
Constructors
Link copied to clipboard
constructor(terminal: SwingTerminal, componentFactory: SwingTerminalSearchBarComponentFactory = SwingTerminalSearchBarComponentFactory.DEFAULT)