QJCC homepage

biz.chitec.quarterback.swing
Class HTMLViewerFrame.AL

java.lang.Object
  extended bybiz.chitec.quarterback.swing.HTMLViewerFrame.AL
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
HTMLViewerFrame

private static class HTMLViewerFrame.AL
extends java.lang.Object
implements java.awt.event.ActionListener

Invocation action listener. Is bound by registerHelpScreen() to any component. The name will be the title of the frame opened as help viewer.


Field Summary
(package private)  java.lang.String name
           
 
Constructor Summary
HTMLViewerFrame.AL(java.lang.String x)
           
 
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
 

Field Detail

name

java.lang.String name
Constructor Detail

HTMLViewerFrame.AL

public HTMLViewerFrame.AL(java.lang.String x)
Method Detail

actionPerformed

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

QJCC homepage