edu.northwestern.at.wordhoard.swing.calculator.dialogs
Class EditWordSetDialog.WordSetsListSelectionListener

java.lang.Object
  extended by edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditWordSetDialog.WordSetsListSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
EditWordSetDialog

protected class EditWordSetDialog.WordSetsListSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Handle changes to selected work set.


Constructor Summary
EditWordSetDialog.WordSetsListSelectionListener()
          Create listener.
 
Method Summary
 void enableDialogFields(boolean enable)
          Enable or disable dialog fields.
 void valueChanged(javax.swing.event.ListSelectionEvent event)
          Handle change to selection in wordSet list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditWordSetDialog.WordSetsListSelectionListener

public EditWordSetDialog.WordSetsListSelectionListener()
Create listener.

Method Detail

enableDialogFields

public void enableDialogFields(boolean enable)
Enable or disable dialog fields.

Parameters:
enable - true to enable dialog fields, false to disable.

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent event)
Handle change to selection in wordSet list.

Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener
Parameters:
event - The list selection event.