Class DeleteToEndOfWordAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
generic.util.action.DeleteToEndOfWordAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class DeleteToEndOfWordAction extends TextAction
An action to delete from the cursor position to the end of the current word.
See Also:
  • Field Details

    • KEY_STROKE

      public static final KeyStroke KEY_STROKE
  • Constructor Details

    • DeleteToEndOfWordAction

      public DeleteToEndOfWordAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)