Class SqlMetaDataPanel

    • Field Detail

      • m_PanelTable

        protected JPanel m_PanelTable
        the panel with the table.
      • m_PanelTableSearch

        protected SearchPanel m_PanelTableSearch
        the panel for searching the result.
      • m_PanelText

        protected JPanel m_PanelText
        the panel with the text.
      • m_TextResults

        protected BaseTextArea m_TextResults
        for other results.
      • m_PanelNoResult

        protected JPanel m_PanelNoResult
        the no result panel.
      • m_PanelTop

        protected JPanel m_PanelTop
        the panel at the top.
      • m_PanelCenter

        protected JPanel m_PanelCenter
        the panel at the bottom.
      • m_PanelParameters

        protected ParameterPanel m_PanelParameters
        the panel with the parameters.
      • m_ComboBoxMetaDataType

        protected BaseComboBox<MetaDataType> m_ComboBoxMetaDataType
        the combobox with the metadata types.
      • m_TextTable

        protected BaseTextField m_TextTable
        the text field with the (optional) table.
      • m_ButtonExecute

        protected BaseButton m_ButtonExecute
        the button for executing the query.
    • Constructor Detail

      • SqlMetaDataPanel

        public SqlMetaDataPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • finishInit

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

        protected void updateButtons()
        Updates the buttons.
      • execute

        public void execute()
        Executes the current query.