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

java.lang.Object
  extended by edu.princeton.wordnet.browser.component.JFontChooser.ListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
JFontChooser

protected class JFontChooser.ListSelectionHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

List selection handler


Field Summary
private  javax.swing.text.JTextComponent textComponent
          Text component
 
Constructor Summary
JFontChooser.ListSelectionHandler(javax.swing.text.JTextComponent textComponent0)
          Constructor
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textComponent

private final javax.swing.text.JTextComponent textComponent
Text component

Constructor Detail

JFontChooser.ListSelectionHandler

JFontChooser.ListSelectionHandler(javax.swing.text.JTextComponent textComponent0)
Constructor

Parameters:
textComponent0 - text component
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener