org.acm.seguin.ide.command
Class CommandLineMenu

java.lang.Object
  extended by org.acm.seguin.ide.command.CommandLineMenu

public class CommandLineMenu
extends java.lang.Object

Creates the menubar for the command line program

Version:
$Id: CommandLineMenu.java,v 1.6 2003/12/02 23:39:32 mikeatkinson Exp $
Author:
Chris Seguin, Mike Atkinson

Constructor Summary
CommandLineMenu()
           
 
Method Summary
 javax.swing.JMenuBar getMenuBar(javax.swing.JPanel panel)
          Gets the MenuBar attribute of the CommandLineMenu object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineMenu

public CommandLineMenu()
Method Detail

getMenuBar

public javax.swing.JMenuBar getMenuBar(javax.swing.JPanel panel)
Gets the MenuBar attribute of the CommandLineMenu object

Parameters:
panel - Description of Parameter
Returns:
The MenuBar value