Package-level declarations

Types

Link copied to clipboard

Shared Swing host context-menu item builder for terminal-owned actions.

Link copied to clipboard

Host-owned terminal pane actions that can be bound by applications embedding SwingTerminal.

Link copied to clipboard
data class SwingTerminalHostShortcut(val keyCode: Int, val modifiers: Int)

Immutable Swing keystroke descriptor for a host-owned terminal action.

Link copied to clipboard

Immutable mapping from host-owned terminal actions to Swing shortcuts.

Link copied to clipboard
class SwingTerminalOverlayPane @JvmOverloads constructor(content: JComponent, overlay: JComponent, overlayInsets: Insets = Insets(DEFAULT_TOP_INSET, 0, 0, DEFAULT_RIGHT_INSET)) : JPanel

Host-side overlay container for a terminal component and floating chrome.

Link copied to clipboard
class SwingTerminalSearchBar @JvmOverloads constructor(terminal: SwingTerminal, componentFactory: SwingTerminalSearchBarComponentFactory = SwingTerminalSearchBarComponentFactory.DEFAULT)

Optional host-owned search bar for a SwingTerminal.

Link copied to clipboard

Factory for text controls used by SwingTerminalSearchBar.