All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.VizMenuItem

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuItem
                   |
                   +----jdsltools.visualization.VizMenuItem

public class VizMenuItem
extends MenuItem
implements ActionListener
A menu item that can speak to the frame we're using as needed

Author:
Ryan Shaun Baker

Constructor Index

 o VizMenuItem(String, FrameWithMenuBar)

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o VizMenuItem
 public VizMenuItem(String label,
                    FrameWithMenuBar fwmb)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index