| javax.swing.JFrame net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrame
addInternalFrame | public void addInternalFrame(JInternalFrame child, boolean createMenuItem)(Code) | | Add the passed internal frame to this MDI frame.
Calls addInternalFrame(child, createMenuItem, null).
Parameters: child - The internal frame to be added. Parameters: createMenuItem - If true add an item to the MDIWindow menu to select the passed internal frame. throws: IllegalArgumentException - if null JInternalFrame passed. |
addToMenu | public void addToMenu(int menuId, JMenu menu)(Code) | | |
addToMenu | public void addToMenu(int menuId, Action action)(Code) | | |
addToStatusBar | public void addToStatusBar(JComponent comp)(Code) | | Add component to the status bar.
Parameters: comp - Component to add. throws: IllegalArgumentException - Thrown if null JComponent passed. |
dispose | public void dispose()(Code) | | |
removeFromStatusBar | public void removeFromStatusBar(JComponent comp)(Code) | | Remove component to the main frames status bar.
Parameters: comp - Component to remove. |
resizeSplitOnStartup | public void resizeSplitOnStartup()(Code) | | |
setEnabledAliasesMenu | public void setEnabledAliasesMenu(boolean b)(Code) | | |
setEnabledDriversMenu | public void setEnabledDriversMenu(boolean b)(Code) | | |
|
|