edu.princeton.wordnet.browser.component
Class JFontChooser.TextFieldKeyHandlerForListSelectionUpDown

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by edu.princeton.wordnet.browser.component.JFontChooser.TextFieldKeyHandlerForListSelectionUpDown
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
JFontChooser

protected class JFontChooser.TextFieldKeyHandlerForListSelectionUpDown
extends java.awt.event.KeyAdapter

Key handler


Field Summary
private  javax.swing.JList targetList
          List component
 
Constructor Summary
JFontChooser.TextFieldKeyHandlerForListSelectionUpDown(javax.swing.JList list)
          Constructor
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 
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
 

Field Detail

targetList

private final javax.swing.JList targetList
List component

Constructor Detail

JFontChooser.TextFieldKeyHandlerForListSelectionUpDown

public JFontChooser.TextFieldKeyHandlerForListSelectionUpDown(javax.swing.JList list)
Constructor

Parameters:
list - list component
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class java.awt.event.KeyAdapter