Class JProgressBarTool

    • Constructor Detail

      • JProgressBarTool

        public JProgressBarTool()
        Creates a new separator tool.
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the separator tool's class.
        Overrides:
        getShapeClass in class Tool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name for the inspector window title bar.
        Overrides:
        getWindowTitle in class Tool
      • getProgressBar

        public javax.swing.JProgressBar getProgressBar()
        Returns the currently selected progress bar.
      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel (loading if needed).
        Overrides:
        getUI in class Tool
      • resetUI

        public void resetUI()
        Updates the Swing UI from the currently selected progress bar shape.
        Overrides:
        resetUI in class Tool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected radio button shape from the Swing UI.
        Overrides:
        respondUI in class Tool