Class BasePanelWithButtons

    • Field Detail

      • m_PanelButtons

        protected JPanel m_PanelButtons
        the panel containing the buttons.
      • m_LayoutButtons

        protected GridLayout m_LayoutButtons
        the layout for the buttons.
    • Constructor Detail

      • BasePanelWithButtons

        public BasePanelWithButtons()
    • Method Detail

      • initGUI

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

        public void clearButtonsPanel()
        Removes all components from the panel holding the buttons.
      • addToButtonsPanel

        public void addToButtonsPanel​(Component comp)
        Adds the component to the panel with the buttons.
        Parameters:
        comp - the component to add
      • removeFromButtonsPanel

        public void removeFromButtonsPanel​(Component comp)
        Removes the component from the panel with the buttons.
        Parameters:
        comp - the component to remove