Class MissionControl.ControlPanel

    • Field Detail

      • m_PanelText

        protected JPanel m_PanelText
        the panel for the text.
      • m_LabelText

        protected JLabel m_LabelText
        the text to display.
      • m_ButtonPause

        protected BaseButton m_ButtonPause
        the buttom for pausing the flow.
      • m_ButtonResume

        protected BaseButton m_ButtonResume
        the buttom for resuming the flow.
      • m_ButtonStop

        protected BaseButton m_ButtonStop
        the button for stopping the flow.
    • Constructor Detail

      • ControlPanel

        public ControlPanel​(MissionControl owner)
        Initializes the panel.
        Parameters:
        owner - the owning Stopwatch actor
    • Method Detail

      • initGUI

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

        public MissionControl getOwner()
        Returns the owning actor.
        Returns:
        the actor
      • updateButtons

        public void updateButtons()
        Updates the state of the buttons.