Class RMMorphShapeTool<T extends RMMorphShape>


  • public class RMMorphShapeTool<T extends RMMorphShape>
    extends RMTool<T>
    Provides Swing UI editing for RMMorphShape.
    • Constructor Detail

      • RMMorphShapeTool

        public RMMorphShapeTool()
    • Method Detail

      • resetUI

        public void resetUI()
        Updates the Swing UI controls from the currently selected oval.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • respondUI

        public void respondUI​(SwingEvent anEvent)
        Updates the currently selected oval from the Swing UI controls.
        Overrides:
        respondUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the shape class this tool is responsible for.
        Overrides:
        getShapeClass in class RMTool<T extends RMMorphShape>
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the string used for the inspector window title.
        Overrides:
        getWindowTitle in class RMTool<T extends RMMorphShape>