Package ghidra.util
Class SelectEndOfLineAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- javax.swing.text.TextAction
 - 
- ghidra.util.SelectEndOfLineAction
 
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class SelectEndOfLineAction extends javax.swing.text.TextAction- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static javax.swing.KeyStrokeKEY_STROKE 
- 
Constructor Summary
Constructors Constructor Description SelectEndOfLineAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent 
- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 -