Package org.tn5250j.keyboard.actions
Class RulerAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.tn5250j.keyboard.actions.EmulatorAction
-
- org.tn5250j.keyboard.actions.RulerAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class RulerAction extends EmulatorAction
Display session attributes- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.tn5250j.keyboard.actions.EmulatorAction
session
-
-
Constructor Summary
Constructors Constructor Description RulerAction(SessionPanel session, KeyMapper keyMap)
-
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
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
-
RulerAction
public RulerAction(SessionPanel session, KeyMapper keyMap)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classEmulatorAction
-
-