public void addToSQLEntryAreaMenu(JMenu menu)(Code)
Add a hierarchical menu to the SQL Entry Area popup menu.
Parameters: menu - The menu that will be added. throws: IllegalArgumentException - Thrown if nullMenu passed.
Add an Action to the SQL Entry Area popup menu.
Parameters: action - The action to be added. throws: IllegalArgumentException - Thrown if nullAction passed.