gui.components
Class AnalysisWindowMenuBar

java.lang.Object
  extended by gui.components.AnalysisWindowMenuBar
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Author:
jasonkb

Constructor Summary
AnalysisWindowMenuBar()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 javax.swing.JMenuBar getJMenuBar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisWindowMenuBar

public AnalysisWindowMenuBar()
Method Detail

getJMenuBar

public javax.swing.JMenuBar getJMenuBar()

actionPerformed

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