Class JScrollPaneTool


public class JScrollPaneTool extends JComponentTool
This class provides Ribs editing of JScrollPaneShape.
  • Constructor Details

    • JScrollPaneTool

      public JScrollPaneTool()
  • Method Details

    • resetUI

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

      public void respondUI(SwingEvent anEvent)
      Updates the currently selected scroll pane shape from the UI controls.
    • getShapeClass

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

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