Class JProgressBarTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class JProgressBarTool extends RBTool
  • Constructor Details

    • JProgressBarTool

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

    • getShapeClass

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

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

      public 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(Object anObj)
      Updates the currently selected radio button shape from the Swing UI.
      Overrides:
      respondUI in class Tool