Class JButtonTool

    • Constructor Detail

      • JButtonTool

        public JButtonTool()
        Creates a new button tool.
    • Method Detail

      • getShapeClass

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

        public java.lang.String getWindowTitle()
        Returns the name to be used for this tool in inspector window title.
        Overrides:
        getWindowTitle in class Tool
      • resetUI

        public void resetUI()
        Updates the Swing GUI panel controls from the currently selected button shape.
        Overrides:
        resetUI in class RJButtonOrLabelTool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected button shape from the Swing GUI panel controls.
        Overrides:
        respondUI in class RJButtonOrLabelTool