Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.browser
Class VFSFileChooserDialog.KeyHandler  view VFSFileChooserDialog.KeyHandler download VFSFileChooserDialog.KeyHandler.java

java.lang.Object
  extended byjava.awt.event.KeyAdapter
      extended byorg.gjt.sp.jedit.browser.VFSFileChooserDialog.KeyHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener
Enclosing class:
VFSFileChooserDialog

class VFSFileChooserDialog.KeyHandler
extends java.awt.event.KeyAdapter


Constructor Summary
(package private) VFSFileChooserDialog.KeyHandler()
           
 
Method Summary
 void keyTyped(java.awt.event.KeyEvent evt)
          Implements this method in the interface with an empty body.
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSFileChooserDialog.KeyHandler

VFSFileChooserDialog.KeyHandler()
Method Detail

keyTyped

public void keyTyped(java.awt.event.KeyEvent evt)
Description copied from class: java.awt.event.KeyAdapter
Implements this method in the interface with an empty body.