public class DBMenuUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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() );