Class AbstractCharAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
com.jsql.view.swing.text.action.AbstractCharAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
DeleteNextCharAction, DeletePrevCharAction

public abstract class AbstractCharAction extends TextAction
Action to cancel Beep sound when deleting last character. Used on TextPane and TextArea.
See Also:
  • Constructor Details

    • AbstractCharAction

      protected AbstractCharAction(String deleteAction)
      Create this object with the appropriate identifier.
  • Method Details