org.greenstone.gatherer.cdm
Class ArgumentConfiguration.ArgumentControl.ToolTipUpdater

java.lang.Object
org.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.
|
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 |
ArgumentConfiguration.ArgumentControl.ToolTipUpdater
private ArgumentConfiguration.ArgumentControl.ToolTipUpdater()
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