org.xnap.commons.gui.shortcut
Class EmacsKeyBindings.BackwardKillWordAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.xnap.commons.gui.shortcut.EmacsKeyBindings.BackwardKillWordAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- EmacsKeyBindings
public static class EmacsKeyBindings.BackwardKillWordAction
- extends TextAction
This action kills the previous word.
It removes the previous word on the left side of the cursor from the
active text component and adds it to the clipboard.
- See Also:
- Serialized Form
EmacsKeyBindings.BackwardKillWordAction
public EmacsKeyBindings.BackwardKillWordAction(String nm)
actionPerformed
public void actionPerformed(ActionEvent e)
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.