SwingTerminalHostAction

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

The reusable terminal component does not install shortcuts for these actions. Hosts use this vocabulary to keep shortcut policy outside rendering/input internals while sharing platform defaults across Swing-based hosts.

Entries

Link copied to clipboard

Copy the current terminal selection to the host clipboard.

Link copied to clipboard

Paste host clipboard text into the terminal session.

Link copied to clipboard

Open the host-owned terminal search UI.

Link copied to clipboard

Select all retained terminal text.

Link copied to clipboard

Request a foreground-program screen clear/redraw.

Link copied to clipboard

Scroll one visible terminal page away from the live viewport.

Link copied to clipboard

Scroll one visible terminal page toward the live viewport.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.