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

Quick Search    Search Deep

org.greenstone.gatherer.cdm
Class ArgumentConfiguration.ArgumentControl.ToolTipUpdater  view ArgumentConfiguration.ArgumentControl.ToolTipUpdater download ArgumentConfiguration.ArgumentControl.ToolTipUpdater.java

java.lang.Object
  extended byorg.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ToolTipUpdater
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ArgumentConfiguration.ArgumentControl

private class ArgumentConfiguration.ArgumentControl.ToolTipUpdater
extends java.lang.Object
implements java.awt.event.ActionListener

Listener that sets the tooltip associated to a combobox to the tooltip relevant to the selected item.


Constructor Summary
private ArgumentConfiguration.ArgumentControl.ToolTipUpdater()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Any implementation of an ActionListener must include this method so that we can be informed when the selection in a combobox has changed and update the tooltip accordingly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentConfiguration.ArgumentControl.ToolTipUpdater

private ArgumentConfiguration.ArgumentControl.ToolTipUpdater()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Any implementation of an ActionListener must include this method so that we can be informed when the selection in a combobox has changed and update the tooltip accordingly.

Specified by:
actionPerformed in interface java.awt.event.ActionListener