Package org.tn5250j.keyboard.actions
Class PasteAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.tn5250j.keyboard.actions.EmulatorAction
-
- org.tn5250j.keyboard.actions.PasteAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class PasteAction extends EmulatorAction
Paste from the clipboard- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.tn5250j.keyboard.actions.EmulatorAction
session
-
-
Constructor Summary
Constructors Constructor Description PasteAction(SessionPanel session, KeyMapper keyMap)
-
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)-
Methods inherited from class org.tn5250j.keyboard.actions.EmulatorAction
setKeyStroke
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
PasteAction
public PasteAction(SessionPanel session, KeyMapper keyMap)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classEmulatorAction
-
-