Package ghidra.util
Class DeleteToEndOfWordAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- javax.swing.text.TextAction
- 
- ghidra.util.DeleteToEndOfWordAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public class DeleteToEndOfWordAction extends javax.swing.text.TextActionAn action to delete from the cursor position to the end of the current word.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static javax.swing.KeyStrokeKEY_STROKE
 - 
Constructor SummaryConstructors Constructor Description DeleteToEndOfWordAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.text.TextActionaugmentList, getFocusedComponent, getTextComponent
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
-