gov.sns.tools.chart
Class PopupMenuHandler

java.lang.Object
  |
  +--gov.sns.tools.chart.PopupMenuHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PopupMenuHandler
extends java.lang.Object
implements java.awt.event.ActionListener


Nested Class Summary
protected  class PopupMenuHandler.EntryPopup
          entry popup class for setting strip skip and strip delta
 
Constructor Summary
PopupMenuHandler(com.klg.jclass.chart.beans.SimpleChart chart)
           
 
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

PopupMenuHandler

public PopupMenuHandler(com.klg.jclass.chart.beans.SimpleChart chart)
Method Detail

actionPerformed

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