Class RemoteControlCenterEnginesPanel

    • Field Detail

      • m_ButtonRefresh

        protected BaseButton m_ButtonRefresh
        the button for refreshing the engine list.
      • m_ButtonAdd

        protected BaseButton m_ButtonAdd
        the button for adding the engine.
      • m_ButtonCopy

        protected BaseButton m_ButtonCopy
        the button for copying the engine.
      • m_ButtonRemove

        protected BaseButton m_ButtonRemove
        the button for removing the engine.
      • m_ButtonStop

        protected BaseButton m_ButtonStop
        the button for stopping engines.
      • m_ButtonStart

        protected BaseButton m_ButtonStart
        the button for starting engines.
    • Constructor Detail

      • RemoteControlCenterEnginesPanel

        public RemoteControlCenterEnginesPanel()
    • Method Detail

      • initGUI

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

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

        public AbstractApplicationFrame getApplicationFrame()
        Returns the application frame this panel belongs to.
        Returns:
        the frame, null if not part of an app frame
      • updateButtons

        protected void updateButtons()
        Updates the enabled state of the buttons.
      • refreshEngines

        protected void refreshEngines()
        Refreshes the list of engines.
      • addEngine

        protected void addEngine()
        Adds the engine to the list.
      • copyEngine

        protected void copyEngine()
        Copies the engine from the list.
      • removeEngines

        protected void removeEngines()
        Removes the engines from the list.
      • startEngines

        protected void startEngines()
        Starts the selected engines.
      • stopEngines

        protected void stopEngines()
        Stops the selected engines.
      • cleanUp

        public void cleanUp()
        Cleans up data structures, frees up memory.
        Specified by:
        cleanUp in interface CleanUpHandler