com.memoire.jedit
Class JEditInputHandler.backspace_word

java.lang.Object
com.memoire.jedit.JEditInputHandler.backspace_word
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- JEditInputHandler
- public static class JEditInputHandler.backspace_word
- extends java.lang.Object
- implements java.awt.event.ActionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEditInputHandler.backspace_word
public JEditInputHandler.backspace_word()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener