Class AbstractWorkspacePanelWithStatusBar

    • Field Detail

      • m_StatusBar

        protected BaseStatusBar m_StatusBar
        the status bar.
    • Constructor Detail

      • AbstractWorkspacePanelWithStatusBar

        public AbstractWorkspacePanelWithStatusBar()
    • Method Detail

      • initGUI

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

        public void showStatus​(boolean left,
                               String msg)
        Displays a message.
        Specified by:
        showStatus in interface StatusMessageHandlerExt
        Parameters:
        left - whether to show the message on the left or right
        msg - the message to display