|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.controller.MenuManager
oracle.ide.controller.Menubar
Menubar class represents a JFrame menu bar. This class should
be used from Views implemented as JFrames which
wish to integrate a menu bar into JDeveloper's framework.
oracle.ide.addin.View,
oracle.ide.MenuManager| Constructor Summary | |
Menubar(View view)
Constructor. |
|
| Method Summary | |
javax.swing.JMenu |
createMenu(java.lang.String caption,
java.lang.Integer mnemonic)
Creates a new menu suitable for insertion into JDeveloper's top level menu bar. |
java.awt.Container |
getGUI(boolean create)
Gets the GUI for this MenuManager. |
| Methods inherited from class oracle.ide.controller.MenuManager |
add, add, add, add, createMenu, createMenu, createMenuItem, createMenuItem, createSubMenu, createSubMenu, createSubMenu, getChildById, getIndexOfChild, getIndexOfCommandId, getJMenu, putJMenu, remove, remove, removeMenuManagerMenuListener, sortContainer, sortSectionByName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Menubar(View view)
| Method Detail |
public java.awt.Container getGUI(boolean create)
getGUI in class MenuManagercreate - force a creation of the GUI if it does not yet exist.
public javax.swing.JMenu createMenu(java.lang.String caption,
java.lang.Integer mnemonic)
MenuManager
createMenu in class MenuManagercaption - the localized string to be displayed in the menu bar or
supermenu.mnemonic - the mnemonic to associate with the resulting JMenu.
JMenu
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.