hades.models.pic
Class TurboPicGUI.SimpleHelpListener

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

class TurboPicGUI.SimpleHelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

inner class to display a simple (=ASCII only) help text based on jfig.gui.SimpleTextViewer.


Constructor Summary
TurboPicGUI.SimpleHelpListener(java.lang.String s)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurboPicGUI.SimpleHelpListener

public TurboPicGUI.SimpleHelpListener(java.lang.String s)
Method Detail

actionPerformed

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