hades.models.pic
Class ShowPic2.LoadLabelsListener

java.lang.Object
  extended byhades.models.pic.ShowPic2.LoadLabelsListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ShowPic2

class ShowPic2.LoadLabelsListener
extends java.lang.Object
implements java.awt.event.ActionListener

inner class to manage the "Load labels..." file dialog and callbacks


Constructor Summary
(package private) ShowPic2.LoadLabelsListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPic2.LoadLabelsListener

ShowPic2.LoadLabelsListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener