|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.MenuComponent | +--java.awt.MenuBar | +--ishitai.oopad.EditorMenu
EditorMenu.java Created: Thu Sep 02 1999
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 |
public java.awt.Component[] addListeners(java.lang.Object o, java.awt.event.WindowListener wl)
o
- The module that needs the gui referenceswl
- The AppCloser to be hooked to the Framepublic void actionPerformed(java.awt.event.ActionEvent e)
public void addMenuEventListener(MenuEventListener mel)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |