PamView
Class PamMenu

java.lang.Object
  extended by PamView.PamMenu

public class PamMenu
extends java.lang.Object

Author:
dgillespie Creates some standard Pam menus and appends the Display and Detection menus with PamProcess specific menus from the model.

This is now pretty redundant - will remove after I've removed it from teh ObjectList


Constructor Summary
PamMenu()
           
 
Method Summary
static javax.swing.JMenuBar createBasicMenu(PamModelInterface pamModelInterface, java.awt.event.ActionListener actionListener)
           
static javax.swing.JMenu detectionMenu(PamModelInterface pamModelInterface, java.awt.event.ActionListener actionListener)
           
static javax.swing.JMenu displayMenu(PamModelInterface pamModelInterface, java.awt.event.ActionListener actionListener)
           
static javax.swing.JMenu fileMenu(PamModelInterface pamModelInterface, java.awt.event.ActionListener actionListener)
           
static javax.swing.JMenu loggingMenu(PamModelInterface pamModelInterface, java.awt.event.ActionListener actionListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamMenu

public PamMenu()
Method Detail

createBasicMenu

public static javax.swing.JMenuBar createBasicMenu(PamModelInterface pamModelInterface,
                                                   java.awt.event.ActionListener actionListener)

fileMenu

public static javax.swing.JMenu fileMenu(PamModelInterface pamModelInterface,
                                         java.awt.event.ActionListener actionListener)

loggingMenu

public static javax.swing.JMenu loggingMenu(PamModelInterface pamModelInterface,
                                            java.awt.event.ActionListener actionListener)

detectionMenu

public static javax.swing.JMenu detectionMenu(PamModelInterface pamModelInterface,
                                              java.awt.event.ActionListener actionListener)

displayMenu

public static javax.swing.JMenu displayMenu(PamModelInterface pamModelInterface,
                                            java.awt.event.ActionListener actionListener)