ishitai.oopad
Class EditorMenu

java.lang.Object
  |
  +--java.awt.MenuComponent
        |
        +--java.awt.MenuBar
              |
              +--ishitai.oopad.EditorMenu

public class EditorMenu
extends java.awt.MenuBar
implements IEditorMenu, java.awt.event.ActionListener

EditorMenu.java Created: Thu Sep 02 1999

See Also:
Serialized Form

Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Required for ActionListener
 java.awt.Component[] addListeners(java.lang.Object o, java.awt.event.WindowListener wl)
          Pass-through call than connects the Module's WindowListener to the Frame and returns references to the TextArea, status line, and outer frame.
 void addMenuEventListener(MenuEventListener mel)
          Required for MenuEventListener
 
Methods inherited from class java.awt.MenuBar
add, addNotify, countMenus, deleteShortcut, getHelpMenu, getMenu, getMenuCount, getShortcutMenuItem, remove, remove, removeNotify, setHelpMenu, shortcuts
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, paramString, postEvent, processEvent, setFont, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

addListeners

public java.awt.Component[] addListeners(java.lang.Object o,
                                         java.awt.event.WindowListener wl)
Pass-through call than connects the Module's WindowListener to the Frame and returns references to the TextArea, status line, and outer frame.
Specified by:
addListeners in interface IEditorMenu
Parameters:
o - The module that needs the gui references
wl - The AppCloser to be hooked to the Frame
Returns:
An array of Components

actionPerformed

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

addMenuEventListener

public void addMenuEventListener(MenuEventListener mel)
Required for MenuEventListener
Specified by:
addMenuEventListener in interface IEditorMenu