Class BreakPanelToolbarFactory


  • public class BreakPanelToolbarFactory
    extends java.lang.Object
    • Method Detail

      • breakpointHit

        public void breakpointHit()
      • isBreakRequest

        public boolean isBreakRequest()
      • isBreakResponse

        public boolean isBreakResponse()
      • isBreakAll

        public boolean isBreakAll()
      • getBtnStep

        public javax.swing.JButton getBtnStep()
      • getBtnContinue

        public javax.swing.JButton getBtnContinue()
      • getBtnDrop

        public javax.swing.JButton getBtnDrop()
      • getBtnBreakRequest

        public javax.swing.JToggleButton getBtnBreakRequest()
      • getBtnBreakResponse

        public javax.swing.JToggleButton getBtnBreakResponse()
      • getBtnBreakAll

        public javax.swing.JToggleButton getBtnBreakAll()
      • getBtnBreakOnJavaScript

        public javax.swing.JToggleButton getBtnBreakOnJavaScript()
      • getBtnBreakOnCssAndFonts

        public javax.swing.JToggleButton getBtnBreakOnCssAndFonts()
      • getBtnBreakOnMultimedia

        public javax.swing.JToggleButton getBtnBreakOnMultimedia()
      • getBtnOnlyBreakOnScope

        public javax.swing.JToggleButton getBtnOnlyBreakOnScope()
      • getBtnBreakPoint

        public javax.swing.JButton getBtnBreakPoint()
      • isStepping

        public boolean isStepping()
      • setBreakRequest

        public void setBreakRequest​(boolean brk)
      • setBreakResponse

        public void setBreakResponse​(boolean brk)
      • setBreakAll

        public void setBreakAll​(boolean brk)
      • setBreakOnJavaScript

        public void setBreakOnJavaScript​(boolean brk)
      • setBreakOnCssAndFonts

        public void setBreakOnCssAndFonts​(boolean brk)
      • setBreakOnMultimedia

        public void setBreakOnMultimedia​(boolean brk)
      • setOnlyBreakOnScope

        public void setOnlyBreakOnScope​(boolean brk)
      • isHoldMessage

        public boolean isHoldMessage()
      • isContinue

        public boolean isContinue()
      • setBreakEnabled

        public void setBreakEnabled​(boolean enabled)
      • setContinue

        protected void setContinue​(boolean isContinue)
      • step

        protected void step()
      • drop

        protected void drop()
      • isToBeDropped

        public boolean isToBeDropped()
      • init

        public void init()
      • reset

        public void reset()
      • setButtonMode

        public void setButtonMode​(int mode)
        Sets the current button mode.

        If the mode is already set no change is done, otherwise it does the following:

        • When changing from BUTTON_MODE_SIMPLE to BUTTON_MODE_DUAL set "break on request" and "on response" enabled and "break on all" disabled, if "break on all" is enabled;
        • When changing from BUTTON_MODE_DUAL to BUTTON_MODE_SIMPLE set "break on all" enabled and "break on request" and "on response" disabled, if at least one of "break on request" and "on response" is enabled;
        • If none of the "break on ..." states is enabled there's no changes in its states.
        The enabled state of previous mode is disabled to prevent interferences between the modes.
        Parameters:
        mode - the mode to be set
        See Also:
        isBreakAll(), isBreakRequest(), isBreakResponse()
      • setShowIgnoreFilesButtons

        public void setShowIgnoreFilesButtons​(boolean showButtons)
      • updateIgnoreFileTypesRegexs

        public void updateIgnoreFileTypesRegexs()