public static class SGUI.TextCopyPasteMouseListener
extends java.awt.event.MouseAdapter
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.text.JTextComponent |
textcomponent
The text component.
|
| Constructor and Description |
|---|
TextCopyPasteMouseListener(javax.swing.text.JTextComponent textcomponent)
Creates the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(java.awt.event.MouseEvent e)
Called when mouse pressed.
|