Class ControlButtons

    • Constructor Detail

      • ControlButtons

        @Inject
        public ControlButtons​(Control control)
        Constructs a ControlButtons.
        Parameters:
        control - the control
    • Method Detail

      • construct

        protected final void construct()
        Constructs the buttons.
      • update

        protected void update​(Optimizer optimizer)
        Updates the view.
      • getStart

        public JButton getStart()
        Returns the start button.
        Returns:
        the start button
      • getPause

        public JButton getPause()
        Returns the pause button.
        Returns:
        the pause button
      • getStop

        public JButton getStop()
        Returns the stop button.
        Returns:
        the stop button
      • getTerminate

        public JButton getTerminate()
        Returns the terminate button.
        Returns:
        the terminate button