mars.venus.editors.jeditsyntax
Class InputHandler.backspace_word

java.lang.Object
  extended by mars.venus.editors.jeditsyntax.InputHandler.backspace_word
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
InputHandler

public static class InputHandler.backspace_word
extends Object
implements ActionListener


Constructor Summary
InputHandler.backspace_word()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputHandler.backspace_word

public InputHandler.backspace_word()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener