hades.models.pic
Class TurboPicGUI.LoadLabelsListener

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

class TurboPicGUI.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) TurboPicGUI.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

TurboPicGUI.LoadLabelsListener

TurboPicGUI.LoadLabelsListener()
Method Detail

actionPerformed

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