Class JMeterToolBar

    • Constructor Detail

      • JMeterToolBar

        public JMeterToolBar()
    • Method Detail

      • createToolbar

        public static JMeterToolBar createToolbar​(boolean visible)
        Create the default JMeter toolbar
        Parameters:
        visible - Flag whether toolbar should be visible
        Returns:
        the newly created JMeterToolBar
      • initButtonsState

        public void initButtonsState()
        Init the state of buttons
      • setLocalTestStarted

        public void setLocalTestStarted​(boolean started)
        Change state of buttons on local test
        Parameters:
        started - Flag whether local test is started
      • setRemoteTestStarted

        public void setRemoteTestStarted​(boolean started)
        Change state of buttons on remote test
        Parameters:
        started - Flag whether the test is started
      • updateUndoRedoIcons

        public void updateUndoRedoIcons​(boolean canUndo,
                                        boolean canRedo)
        Change state of buttons after undo or redo
        Parameters:
        canUndo - Flag whether the button corresponding to ActionNames.UNDO should be enabled
        canRedo - Flag whether the button corresponding to ActionNames.REDO should be enabled