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