|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.controller.MenuManager
oracle.ide.controller.Menubar
public final class 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.
View, MenuManager| Constructor Summary | |
|---|---|
Menubar(View view)Constructor. |
|
| Method Summary | |
|---|---|
protected void |
applyGlobalFilterImpl(MenuFilter filter)Implements the MenuManager.applyGlobalFilter(MenuFilter) method. |
protected void |
clearGlobalFilterImpl()Implements the MenuManager.clearGlobalFilter() method. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Menubar(View view)
| Method Detail |
|---|
protected void applyGlobalFilterImpl(MenuFilter filter)
MenuManagerMenuManager.applyGlobalFilter(MenuFilter) method.
This implementation does nothing.
applyGlobalFilterImpl in class MenuManagerfilter - the filter to apply.protected void clearGlobalFilterImpl()
MenuManagerMenuManager.clearGlobalFilter() method.
This implementation does nothing.
clearGlobalFilterImpl in class MenuManagerpublic 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)
MenuManagercreateMenu 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
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||