public class AddTextFieldTextToTextAreaOnClick_Action
extends javax.swing.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.text.JTextComponent |
textFrom |
protected javax.swing.text.JTextComponent |
textTo |
| Constructor and Description |
|---|
AddTextFieldTextToTextAreaOnClick_Action(javax.swing.text.JTextComponent textFrom,
javax.swing.text.JTextComponent textTo,
java.lang.String actionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
protected javax.swing.text.JTextComponent textFrom
protected javax.swing.text.JTextComponent textTo