ws.gui
Class StopwordsDialog.MyKeyAdapter

java.lang.Object
  extended byjava.awt.event.KeyAdapter
      extended byws.gui.StopwordsDialog.MyKeyAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener
Enclosing class:
StopwordsDialog

private class StopwordsDialog.MyKeyAdapter
extends java.awt.event.KeyAdapter

This class extends the class KeyAdapter.

Author:
Sinia Zhang

Constructor Summary
private StopwordsDialog.MyKeyAdapter()
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent event)
          Over-writes the inherited method keyPressed.
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopwordsDialog.MyKeyAdapter

private StopwordsDialog.MyKeyAdapter()
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent event)
Over-writes the inherited method keyPressed.