Class ControlBarGUIPluginView

    • Method Detail

      • handleStartButtonClick

        public void handleStartButtonClick()
      • handlePauseButtonClick

        public void handlePauseButtonClick()
      • handleResetButtonClick

        public void handleResetButtonClick()
      • update

        public void update()
        Description copied from interface: IGUIPluginView
        Requests this view to update itself, i.e. pull the latest information from the associated IGUIPluginModel and display it.
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: IGUIPluginView
        Returns the title of the view of the associated IGUIPlugin.
        Returns:
        The title of the view of the associated IGUIPlugin.