Class JScrollPaneTool


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

      • JScrollPaneTool

        public JScrollPaneTool()
    • Method Detail

      • 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 java.lang.Class getShapeClass()
        Returns the shape class that this tool is responsible for.
        Overrides:
        getShapeClass in class RMParentShapeTool
      • getWindowTitle

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