ij.plugin.frame.jedit
Class InputHandler.insert_char

java.lang.Object
  extended by ij.plugin.frame.jedit.InputHandler.insert_char
All Implemented Interfaces:
InputHandler.NonRepeatable, java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
InputHandler

public static class InputHandler.insert_char
extends java.lang.Object
implements java.awt.event.ActionListener, InputHandler.NonRepeatable


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

Constructor Detail

InputHandler.insert_char

public InputHandler.insert_char()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener