PamView
Class PamMenu
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PamMenu
public PamMenu()
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)