Class HubServiceMode.BasicWindowConfig

    • Constructor Detail

      • BasicWindowConfig

        BasicWindowConfig​(javax.swing.JFrame frame,
                          HubProfile[] profiles,
                          Hub[] runners,
                          GuiHubService hubService)
        Constructor.
        Parameters:
        frame - hub window
        profiles - hub profiles to run
        runners - 1-element array which will contain an associated hub runner object if one exists
        hubService - object providing hub services
    • Method Detail

      • configureWindow

        public void configureWindow()
        Perform configuration of window.
      • configureMenus

        protected void configureMenus()
        Configures menus on the window. Invoked by configureWindow.
      • tidyGui

        public void tidyGui()
        Description copied from interface: HubServiceMode.Tidier
        Performs any required tidying operations. May be assumed to be called on the AWT Event Dispatch Thread.
        Specified by:
        tidyGui in interface HubServiceMode.Tidier