| javax.swing.JMenuBar net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrameMenuBar
Inner Class :public interface IMenuIDs | |
addNotify | public void addNotify()(Code) | | Component has been added to its parent so setup required listeners.
|
addToMenu | void addToMenu(int menuId, Component comp)(Code) | | Add a component to the end of the menu.
Parameters: menuId - Defines the menu to add the component to. @see IMenuIDs Parameters: comp - Component to add to menu. throws: IllegalArgumentException - if null Component passed oran invalid menuId passed. |
removeNotify | public void removeNotify()(Code) | | Component has been removed from its parent so remove required listeners.
|
setEnabledAliasesMenu | public void setEnabledAliasesMenu(boolean b)(Code) | | |
setEnabledDriversMenu | public void setEnabledDriversMenu(boolean b)(Code) | | |
|
|