|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.db.util.DBMenuUtils
public class DBMenuUtils
Menu utilities for database extensions.
| Method Summary | |
|---|---|
static javax.swing.JMenu |
getToolsSubMenu()
Gets the Tools submenu for Database tools menu items to be added to. |
static javax.swing.JMenu |
getViewSubMenu()
Gets the View submenu for Database view menu items to be added to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.swing.JMenu getViewSubMenu()
public static javax.swing.JMenu getToolsSubMenu()
To add items to this menu, use the IDE menu manager. For example:
Ide.getMenubar().add( item, DBMenuUtils.getToolsSubmenu() );
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||