SwingTerminalSearchBarComponentFactory

Factory for text controls used by SwingTerminalSearchBar.

Hosts can provide IDE-specific text component subclasses while reusing the shared host search behavior. Command buttons and toggles are intentionally owned by the search bar so hover, pressed, and selected states stay consistent across Swing hosts.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun label(text: String): JLabel

Creates a label for result counters.

Link copied to clipboard
abstract fun textField(columns: Int): JTextField

Creates the search query field.