Class SqlWorkbenchPanel

    • Field Detail

      • m_MenuBar

        protected JMenuBar m_MenuBar
        the menubar.
      • m_MultiPagePane

        protected MultiPagePane m_MultiPagePane
        the multi-page pane.
      • m_MenuItemNewQuery

        protected JMenuItem m_MenuItemNewQuery
        the "new query" menu item.
      • m_MenuItemNewMetaData

        protected JMenuItem m_MenuItemNewMetaData
        the "new meta-data" menu item.
      • m_MenuItemCloseQuery

        protected JMenuItem m_MenuItemCloseQuery
        the "close query" menu item.
      • m_MenuItemCloseAllQueries

        protected JMenuItem m_MenuItemCloseAllQueries
        the "close all queries" menu item.
      • m_MenuItemClose

        protected JMenuItem m_MenuItemClose
        the "close" menu item.
      • m_SQLCounter

        protected int m_SQLCounter
        the SQL counter.
      • m_MetaDataCounter

        protected int m_MetaDataCounter
        the MetaData counter.
    • Constructor Detail

      • SqlWorkbenchPanel

        public SqlWorkbenchPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • finishInit

        protected void finishInit()
        Finishes the initialization.
        Overrides:
        finishInit in class BasePanel
      • getMenuBar

        public JMenuBar getMenuBar()
        Creates a menu bar (singleton per panel object). Can be used in frames.
        Specified by:
        getMenuBar in interface MenuBarProvider
        Returns:
        the menu bar
      • updateMenu

        protected void updateMenu()
        Updates the menu.
      • newQuery

        public void newQuery()
        Adds a new query page.
      • newMetaData

        public void newMetaData()
        Adds a new meta-data query page.
      • closeQuery

        public void closeQuery()
        Closes the current query.
      • closeAllQueries

        public void closeAllQueries()
        Removes all queries.