Class JSliderTool


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

    • JSliderTool

      public JSliderTool()
  • Method Details

    • resetUI

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

      public void respondUI(SwingEvent anEvent)
      Updates the currently selected slider shape from the UI panel.
    • getShapeClass

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

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