Class JSliderTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class JSliderTool extends RBTool
An inner class to act as RJSliderShape's Tool
  • Constructor Details

    • JSliderTool

      public JSliderTool()
      Creates a new slider tool.
  • Method Details

    • getShapeClass

      public Class getShapeClass()
      Returns the shape class this tool is responsible for.
      Overrides:
      getShapeClass in class Tool
    • getWindowTitle

      public String getWindowTitle()
      Returns the inspector window title string.
      Overrides:
      getWindowTitle in class Tool
    • getUI

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

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

      public void respondUI(Object anObj)
      Updates the currently selected slider shape from the Swing UI panel.
      Overrides:
      respondUI in class Tool