designtools
Class CircuitEditorMenu

java.lang.Object
  extended bydesigntools.StandardMenu
      extended bydesigntools.CircuitEditorMenu

public class CircuitEditorMenu
extends StandardMenu

Extends the standard menu to insert an Edit menu. Edit menu items have the action listeners added within this class so the circuit editor workspace is needed so that handling procedures can be called


Field Summary
 
Fields inherited from class designtools.StandardMenu
helpMenu, menuBar
 
Constructor Summary
CircuitEditorMenu(Workspace workspace)
          Constructor.
 
Method Summary
 javax.swing.JMenuBar getMenuBar()
           
 
Methods inherited from class designtools.StandardMenu
getExitMenuItem, getNewMenuItem, getSaveMenuItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircuitEditorMenu

public CircuitEditorMenu(Workspace workspace)
Constructor.

Parameters:
workspace - The editor frame's workspace
Method Detail

getMenuBar

public javax.swing.JMenuBar getMenuBar()
Overrides:
getMenuBar in class StandardMenu
Returns:
The menu bar