Class AddTextFieldTextToTextAreaOnClick_Action
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.fho.jump.pirol.plugins.EditAttributeByFormula.AddTextFieldTextToTextAreaOnClick_Action
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class AddTextFieldTextToTextAreaOnClick_Action extends AbstractAction
Action add the text of a given text field to a text area on action performed.- Version:
- $Rev$
- Author:
- Ole Rahn
FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement - See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected JTextComponent
textFrom
protected JTextComponent
textTo
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description AddTextFieldTextToTextAreaOnClick_Action(JTextComponent textFrom, JTextComponent textTo, String actionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent arg0)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
textFrom
protected JTextComponent textFrom
-
textTo
protected JTextComponent textTo
-
-
Constructor Detail
-
AddTextFieldTextToTextAreaOnClick_Action
public AddTextFieldTextToTextAreaOnClick_Action(JTextComponent textFrom, JTextComponent textTo, String actionName)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent arg0)
- Parameters:
arg0
- the event to process
-
-