util
Class HelpDialog.ListHandler

java.lang.Object
  extended byutil.HelpDialog.ListHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
HelpDialog

class HelpDialog.ListHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Defines a ListSelectionLister that is used to detect on which topic the user clicks.


Constructor Summary
(package private) HelpDialog.ListHandler()
           
 
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
 

Constructor Detail

HelpDialog.ListHandler

HelpDialog.ListHandler()
Method Detail

valueChanged

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