Package com.tbg.wms.cli.gui
Class TextFieldClipboardController
java.lang.Object
com.tbg.wms.cli.gui.TextFieldClipboardController
Handles terminal-like right-click copy/paste behavior for text components.
Behavior:
- Right-click with selected text: copy selection
- Right-click without selection: paste at click position
- Second right-click within cooldown window: ignored
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(JTextComponent... fields) Installs clipboard behavior on provided text components.
-
Constructor Details
-
TextFieldClipboardController
public TextFieldClipboardController()
-
-
Method Details
-
install
Installs clipboard behavior on provided text components.- Parameters:
fields- text components to bind
-