VdexReload 1.1.3 API

uk.ac.reload.editor.metadata.vdexBrowser
Class VdexTermPanel.SelectListener

java.lang.Object
  extended byuk.ac.reload.editor.metadata.vdexBrowser.VdexTermPanel.SelectListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
VdexTermPanel

protected class VdexTermPanel.SelectListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener class that listens to the 'Select' button press. It gets the term id and caption information from the VdexTree and passes it on to the source ReloadWidget that is bound to this MetadataVdexBrowser.


Constructor Summary
protected VdexTermPanel.SelectListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          The action to be performed when the 'Select' button is pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VdexTermPanel.SelectListener

protected VdexTermPanel.SelectListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
The action to be performed when the 'Select' button is pressed. The term id and caption information of the node selected in the tree is passed on to the source ReloadWidget.

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

VdexReload 1.1.3 API