Class DeleteToStartOfWordAction

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

public class DeleteToStartOfWordAction extends TextAction
An action to delete from the cursor position to the beginning of the current word, backwards.
See Also:
  • Field Details

    • KEY_STROKE

      public static final KeyStroke KEY_STROKE
  • Constructor Details

    • DeleteToStartOfWordAction

      public DeleteToStartOfWordAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)